[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r4249 - in glibc-package/trunk/debian: . patches/kfreebsd



Author: ps-guest
Date: 2010-04-22 09:38:11 +0000 (Thu, 22 Apr 2010)
New Revision: 4249

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



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2010-04-20 14:52:57 UTC (rev 4248)
+++ glibc-package/trunk/debian/changelog	2010-04-22 09:38:11 UTC (rev 4249)
@@ -32,7 +32,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/trunk/debian/patches/kfreebsd/local-sysdeps.diff
===================================================================
--- glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff	2010-04-20 14:52:57 UTC (rev 4248)
+++ glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff	2010-04-22 09:38:11 UTC (rev 4249)
@@ -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'.  */


Reply to: