r3392 - in glibc-package/trunk/debian: . patches/kfreebsd
Author: aurel32
Date: 2009-03-22 17:37:50 +0000 (Sun, 22 Mar 2009)
New Revision: 3392
Modified:
glibc-package/trunk/debian/changelog
glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff
Log:
* kfreebsd/local-sysdeps.diff: update to revision 2379 (from glibc-bsd).
Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog 2009-03-20 11:29:18 UTC (rev 3391)
+++ glibc-package/trunk/debian/changelog 2009-03-22 17:37:50 UTC (rev 3392)
@@ -7,6 +7,7 @@
* Update testsuite results on hppa, tst-posix_fallocate.out and
tst-makecontext.out are known to fail with a 32-bit kernel.
* debian/script.in/nsscheck.sh: fix a typo. Closes: #520455.
+ * kfreebsd/local-sysdeps.diff: update to revision 2379 (from glibc-bsd).
-- Aurelien Jarno <aurel32@debian.org> Fri, 20 Mar 2009 12:28:48 +0100
Modified: glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff
===================================================================
--- glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff 2009-03-20 11:29:18 UTC (rev 3391)
+++ glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff 2009-03-22 17:37:50 UTC (rev 3392)
@@ -2917,7 +2917,7 @@
+ unsigned char d_namlen; /* Length of the file name. */
+
+ /* Only this member is in the POSIX standard. */
-+ char d_name[1]; /* File name (actually longer). */
++ char d_name[256]; /* File name (actually longer). */
+ };
+
+#ifdef __USE_LARGEFILE64
@@ -2929,7 +2929,7 @@
+ unsigned char d_namlen; /* Length of the file name. */
+
+ /* Only this member is in the POSIX standard. */
-+ char d_name[1]; /* File name (actually longer). */
++ char d_name[256]; /* File name (actually longer). */
+ };
+#endif
+
Reply to: