Author: schizo
Date: 2010-04-22 19:56:01 +0000 (Thu, 22 Apr 2010)
New Revision: 4253

Modified:
   glibc-package/branches/eglibc-2.11/debian/changelog
   glibc-package/branches/eglibc-2.11/debian/patches/kfreebsd/local-sysdeps.diff
Log:
kfreebsd/local-sysdeps.diff: update to revision 3034 (from glibc-bsd).

Modified: glibc-package/branches/eglibc-2.11/debian/changelog
===================================================================
--- glibc-package/branches/eglibc-2.11/debian/changelog 2010-04-22 19:55:53 UTC 
(rev 4252)
+++ glibc-package/branches/eglibc-2.11/debian/changelog 2010-04-22 19:56:01 UTC 
(rev 4253)
@@ -118,7 +118,7 @@
   * Fix lang_ab field in es_CR locales.  Closes: #571755.
 
   [ Petr Salinger]
-  * kfreebsd/local-sysdeps.diff: update to revision 3032 (from glibc-bsd).
+  * kfreebsd/local-sysdeps.diff: update to revision 3034 (from glibc-bsd).
   * any/local-linuxthreads-stacksize.diff: New patch to restrict 
     max stack size in threads
 

Modified: 
glibc-package/branches/eglibc-2.11/debian/patches/kfreebsd/local-sysdeps.diff
===================================================================
--- 
glibc-package/branches/eglibc-2.11/debian/patches/kfreebsd/local-sysdeps.diff   
    2010-04-22 19:55:53 UTC (rev 4252)
+++ 
glibc-package/branches/eglibc-2.11/debian/patches/kfreebsd/local-sysdeps.diff   
    2010-04-22 19:56:01 UTC (rev 4253)
@@ -6804,7 +6804,7 @@
 +#define __CLOCKID_T_TYPE      __S32_TYPE
 +#define __TIMER_T_TYPE                __S32_TYPE
 +#define __BLKSIZE_T_TYPE      __U32_TYPE
-+#define __FSID_T_TYPE         struct { int __val[2]; }
++#define __FSID_T_TYPE         union { int __val[2]; int val[2]; }
 +#define __SSIZE_T_TYPE                __SWORD_TYPE
 +
 +/* Number of descriptors that can fit in an `fd_set'.  */
@@ -15471,13 +15471,13 @@
 +#define __TIME_T_TYPE         __SLONGWORD_TYPE
 +#define __USECONDS_T_TYPE     __U32_TYPE
 +#define __SUSECONDS_T_TYPE    __SLONGWORD_TYPE
-+#define __DADDR_T_TYPE                __S32_TYPE
++#define __DADDR_T_TYPE                __SQUAD_TYPE
 +#define __SWBLK_T_TYPE                __S32_TYPE
 +#define __KEY_T_TYPE          __SLONGWORD_TYPE
 +#define __CLOCKID_T_TYPE      __S32_TYPE
 +#define __TIMER_T_TYPE                __S32_TYPE
 +#define __BLKSIZE_T_TYPE      __U32_TYPE
-+#define __FSID_T_TYPE         struct { int __val[2]; }
++#define __FSID_T_TYPE         union { int __val[2]; int val[2]; }
 +#define __SSIZE_T_TYPE                __SWORD_TYPE
 +
 +/* Number of descriptors that can fit in an `fd_set'.  */


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1o52vg-00063g...@alioth.debian.org

Reply via email to