[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1868 - in glibc-package/branches/glibc-2.5/debian: . patches patches/any



Author: aurel32
Date: 2006-10-21 22:04:08 +0000 (Sat, 21 Oct 2006)
New Revision: 1868

Added:
   glibc-package/branches/glibc-2.5/debian/patches/any/local-stubs_h.diff
Modified:
   glibc-package/branches/glibc-2.5/debian/changelog
   glibc-package/branches/glibc-2.5/debian/patches/series
Log:
  * any/local-stubs_h.diff: new patch to fix a warning in stubs.h.  Closes:
    #394128.



Modified: glibc-package/branches/glibc-2.5/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.5/debian/changelog	2006-10-21 21:56:00 UTC (rev 1867)
+++ glibc-package/branches/glibc-2.5/debian/changelog	2006-10-21 22:04:08 UTC (rev 1868)
@@ -41,6 +41,8 @@
   * kfreebsd/local-sysdeps-2.4.diff: remove.
   * sysdeps/kfreebsd: enable the ports add-on.
   * sysdeps/kfreebsd-i386.mk: ditto.
+  * any/local-stubs_h.diff: new patch to fix a warning in stubs.h.  Closes:
+    #394128.
 
   [ Denis Barbier ]
   * Remove localedata/locale-en_NZ.diff (merged upstream).

Added: glibc-package/branches/glibc-2.5/debian/patches/any/local-stubs_h.diff
===================================================================
--- glibc-package/branches/glibc-2.5/debian/patches/any/local-stubs_h.diff	                        (rev 0)
+++ glibc-package/branches/glibc-2.5/debian/patches/any/local-stubs_h.diff	2006-10-21 22:04:08 UTC (rev 1868)
@@ -0,0 +1,11 @@
+--- glibc-2.5/include/stubs-prologue.h	2006-10-22 00:01:09.118211998 +0200
++++ glibc-2.5/include/stubs-prologue.h	2006-10-22 00:01:24.833196462 +0200
+@@ -8,7 +8,7 @@
+    every time called, usually setting errno to ENOSYS.  */
+ 
+ #ifdef _LIBC
+- #error Applications may not define the macro _LIBC
++# error Applications may not define the macro _LIBC
+ #endif
+ 
+ @ Placeholder line so we remember to keep the preceding blank line here.

Modified: glibc-package/branches/glibc-2.5/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-2.5/debian/patches/series	2006-10-21 21:56:00 UTC (rev 1867)
+++ glibc-package/branches/glibc-2.5/debian/patches/series	2006-10-21 22:04:08 UTC (rev 1868)
@@ -109,6 +109,7 @@
 any/local-nss-upgrade.diff -p1
 any/local-rtld.diff -p1
 any/local-sysctl.diff -p1
+any/local-stubs_h.diff -p1
 any/local-tcsetaddr.diff -p1
 any/local-version-sanity.diff -p1
 any/local-dynamic-resolvconf.diff -p1



Reply to: