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

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



Author: aurel32
Date: 2009-11-08 13:59:49 +0000 (Sun, 08 Nov 2009)
New Revision: 3936

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



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2009-11-08 13:50:45 UTC (rev 3935)
+++ glibc-package/trunk/debian/changelog	2009-11-08 13:59:49 UTC (rev 3936)
@@ -8,8 +8,9 @@
     for-D_FILE_OFFSET_BITS=64.  Closes: #554608.
   * patches/any/submitted-sched_h.2.diff: allow const argument to CPU_ISSET()
     Closes: #554901.
+  * kfreebsd/local-sysdeps.diff: update to revision 2819 (from glibc-bsd).
 
- -- Aurelien Jarno <aurel32@debian.org>  Sun, 08 Nov 2009 14:15:07 +0100
+ -- Aurelien Jarno <aurel32@debian.org>  Sun, 08 Nov 2009 14:58:38 +0100
 
 eglibc (2.10.1-5) unstable; urgency=low
 

Modified: glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff
===================================================================
--- glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff	2009-11-08 13:50:45 UTC (rev 3935)
+++ glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff	2009-11-08 13:59:49 UTC (rev 3936)
@@ -4684,7 +4684,7 @@
 +  (__extension__							      \
 +   ({ size_t __cpu = (cpu);						      \
 +      __cpu < 8 * (setsize)						      \
-+      ? ((((__cpu_mask *) ((cpusetp)->__bits))[__CPUELT (__cpu)]	      \
++      ? ((((const __cpu_mask *) ((cpusetp)->__bits))[__CPUELT (__cpu)]	      \
 +	  & __CPUMASK (__cpu))) != 0					      \
 +      : 0; }))
 +


Reply to: