Author: ps-guest Date: 2008-08-05 11:14:24 +0000 (Tue, 05 Aug 2008) New Revision: 3035
Modified: glibc-package/trunk/debian/changelog glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff Log: * kfreebsd/local-sysdeps.diff: update to revision 2280 (from glibc-bsd). Modified: glibc-package/trunk/debian/changelog =================================================================== --- glibc-package/trunk/debian/changelog 2008-08-04 13:59:55 UTC (rev 3034) +++ glibc-package/trunk/debian/changelog 2008-08-05 11:14:24 UTC (rev 3035) @@ -1,3 +1,10 @@ +glibc (2.7-14) UNSTABLE; urgency=low + + [ Petr Salinger] + * kfreebsd/local-sysdeps.diff: update to revision 2280 (from glibc-bsd). + + -- Aurelien Jarno <[EMAIL PROTECTED]> Tue, 29 Jul 2008 03:09:20 +0200 + glibc (2.7-13) unstable; urgency=low [ Aurelien Jarno ] Modified: glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff =================================================================== --- glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff 2008-08-04 13:59:55 UTC (rev 3034) +++ glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff 2008-08-05 11:14:24 UTC (rev 3035) @@ -4780,8 +4780,8 @@ +#define SIG_SETMASK 3 /* Set the set of blocked signals. */ diff -x .svn -Nurd null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/siginfo.h ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/siginfo.h --- null/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/siginfo.h 1970-01-01 01:00:00.000000000 +0100 -+++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/siginfo.h 2008-07-28 23:45:42.000000000 +0200 -@@ -0,0 +1,213 @@ ++++ ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/siginfo.h 2008-07-31 10:44:34.000000000 +0200 +@@ -0,0 +1,214 @@ +/* siginfo_t, sigevent and constants. FreeBSD version. + Copyright (C) 1997-1998, 2000-2002 Free Software Foundation, Inc. + This file is part of the GNU C Library. @@ -4957,9 +4957,10 @@ +# define POLL_MSG POLL_MSG + POLL_ERR, /* I/O error. */ +# define POLL_ERR POLL_ERR -+# define POLL_HUP POLL_ERR /* Device disconnected. */ -+ POLL_PRI /* High priority input available. */ ++ POLL_PRI, /* High priority input available. */ +# define POLL_PRI POLL_PRI ++ POLL_HUP /* Device disconnected. */ ++# define POLL_HUP POLL_HUP +}; + +# undef __need_siginfo_t -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

