Author: ps-guest
Date: 2009-09-07 06:30:26 +0000 (Mon, 07 Sep 2009)
New Revision: 3801

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff
Log:
kfreebsd/local-sysdeps.diff: update to revision 2779 (from glibc-bsd)



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog        2009-09-04 21:27:19 UTC (rev 
3800)
+++ glibc-package/trunk/debian/changelog        2009-09-07 06:30:26 UTC (rev 
3801)
@@ -11,7 +11,7 @@
     libc/*-*-gnu*/, to fix FTBFS on hurd-i386 due to it now being i486-gnu/.
 
   [ Petr Salinger ]
-  * kfreebsd/local-sysdeps.diff: update to revision 2776 (from glibc-bsd).
+  * kfreebsd/local-sysdeps.diff: update to revision 2779 (from glibc-bsd).
 
  -- Aurelien Jarno <aure...@debian.org>  Mon, 31 Aug 2009 22:15:07 +0200
 

Modified: glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff
===================================================================
--- glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff      
2009-09-04 21:27:19 UTC (rev 3800)
+++ glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff      
2009-09-07 06:30:26 UTC (rev 3801)
@@ -11107,7 +11107,7 @@
 +/* State of this thread when the signal was taken.
 +   The unions below are for compatibility with Linux (whose sigcontext
 +   components don't have sc_ prefix) */
-+struct sigcontext
++__extension__ struct sigcontext
 +  {
 +    __sigset_t        sc_mask;                /* Blocked signals to restore.  
*/
 +    int       sc_onstack;             /* Nonzero if running on sigstack.  */
@@ -24293,7 +24293,7 @@
 +/* State of this thread when the signal was taken.
 +   The unions below are for compatibility with Linux (whose sigcontext
 +   components don't have sc_ prefix) */
-+struct sigcontext
++__extension__ struct sigcontext
 +  {
 +    __sigset_t        sc_mask;                /* Blocked signals to restore.  
*/
 +    int       sc_onstack;             /* Nonzero if running on sigstack.  */
@@ -24362,7 +24362,7 @@
 +
 +#else
 +
-+struct sigcontext
++__extension__ struct sigcontext
 +  {
 +    __sigset_t        sc_mask;                /* Blocked signals to restore.  
*/
 +    long      sc_onstack;             /* Nonzero if running on sigstack.  */


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to