Author: ps-guest Date: 2009-06-21 20:29:22 +0000 (Sun, 21 Jun 2009) New Revision: 3577
Modified: glibc-package/trunk/debian/changelog glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff Log: kfreebsd/local-sysdeps.diff: update to revision 2600 (from glibc-bsd). Modified: glibc-package/trunk/debian/changelog =================================================================== --- glibc-package/trunk/debian/changelog 2009-06-21 16:32:43 UTC (rev 3576) +++ glibc-package/trunk/debian/changelog 2009-06-21 20:29:22 UTC (rev 3577) @@ -1,3 +1,11 @@ +eglibc (2.9-19) UNSTABLE; urgency=low + + [ Petr Salinger ] + * kfreebsd/local-sysdeps.diff: update to revision 2600 (from glibc-bsd). + Closes: #534115. Thanks to Javier Mendez Gomez. + + -- Clint Adams <[email protected]> Sun, 21 Jun 2009 03:17:50 -0400 + eglibc (2.9-18) unstable; urgency=low * Remove /lib32 and /usr/lib32 in the libc6-i386 preinst. closes: #533773. Modified: glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff =================================================================== --- glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff 2009-06-21 16:32:43 UTC (rev 3576) +++ glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff 2009-06-21 20:29:22 UTC (rev 3577) @@ -3366,7 +3366,7 @@ + * initial open syscall. Those bits can thus be given a + * different meaning for fcntl(2). + */ -+#if __USE_BSD ++#ifdef __USE_BSD +/* + * Set by shm_open(3) to get automatic MAP_ASYNC behavior + * for POSIX shared memory objects (which are otherwise -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

