Author: aurel32
Date: 2006-11-04 18:49:11 +0100 (Sat, 04 Nov 2006)
New Revision: 1873

Added:
   
glibc-package/branches/glibc-2.5/debian/patches/any/submitted-getcwd-sys_param_h.diff
Modified:
   glibc-package/branches/glibc-2.5/debian/changelog
   glibc-package/branches/glibc-2.5/debian/patches/series
Log:
  * debian/any/submitted-getcwd-sys_param_h.diff: new patch (fix the build
    with linuxthreads) from the libc-alpha mailing list.



Modified: glibc-package/branches/glibc-2.5/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.5/debian/changelog   2006-11-02 18:15:30 UTC 
(rev 1872)
+++ glibc-package/branches/glibc-2.5/debian/changelog   2006-11-04 17:49:11 UTC 
(rev 1873)
@@ -57,6 +57,8 @@
   * debian/debhelper.in/libc-otherbuild.overrides: new file.
   * debian/debhelper.in/libc-dev-otherbuild.overrides: new file.
   * debian/po/ro.po: new file, thanks to Stan Ioan-Eugen.  Closes: #395348.
+  * debian/any/submitted-getcwd-sys_param_h.diff: new patch (fix the build
+    with linuxthreads) from the libc-alpha mailing list.
 
   [ Denis Barbier ]
   * Remove localedata/locale-en_NZ.diff (merged upstream).

Added: 
glibc-package/branches/glibc-2.5/debian/patches/any/submitted-getcwd-sys_param_h.diff
===================================================================
--- 
glibc-package/branches/glibc-2.5/debian/patches/any/submitted-getcwd-sys_param_h.diff
       2006-11-02 18:15:30 UTC (rev 1872)
+++ 
glibc-package/branches/glibc-2.5/debian/patches/any/submitted-getcwd-sys_param_h.diff
       2006-11-04 17:49:11 UTC (rev 1873)
@@ -0,0 +1,14 @@
+2006-06-18  Mike Frysinger  <[EMAIL PROTECTED]>
+
+        * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
+
+--- sysdeps/unix/sysv/linux/getcwd.c
++++ sysdeps/unix/sysv/linux/getcwd.c
+@@ -24,6 +24,7 @@
+ #include <limits.h>
+ #include <stdlib.h>
+ #include <unistd.h>
++#include <sys/param.h>
+ 
+ #include <sysdep.h>
+ #include <sys/syscall.h>
\ No newline at end of file

Modified: glibc-package/branches/glibc-2.5/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-2.5/debian/patches/series      2006-11-02 
18:15:30 UTC (rev 1872)
+++ glibc-package/branches/glibc-2.5/debian/patches/series      2006-11-04 
17:49:11 UTC (rev 1873)
@@ -115,3 +115,4 @@
 any/local-version-sanity.diff -p1
 any/local-dynamic-resolvconf.diff -p1
 any/submitted-nis-netgrp.diff
+any/submitted-getcwd-sys_param_h.diff -p0


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to