[Glibc-bsd-commits] r3617 - trunk/glibc-ports/kfreebsd

Petr Salinger ps-guest at alioth.debian.org
Tue Jul 19 13:03:58 UTC 2011


Author: ps-guest
Date: 2011-07-19 13:03:58 +0000 (Tue, 19 Jul 2011)
New Revision: 3617

Modified:
   trunk/glibc-ports/kfreebsd/clone.c
Log:
RFTSIGZMB option have been MFCed into 8-STABLE



Modified: trunk/glibc-ports/kfreebsd/clone.c
===================================================================
--- trunk/glibc-ports/kfreebsd/clone.c	2011-07-19 11:08:15 UTC (rev 3616)
+++ trunk/glibc-ports/kfreebsd/clone.c	2011-07-19 13:03:58 UTC (rev 3617)
@@ -87,7 +87,7 @@
 
   if ((flags & CSIGNAL) != SIGCHLD)
   {
-    if (__kernel_osreldate() >= 802509)    /* XXX have to be updated after upstream merge */
+    if (__kernel_osreldate() >= 802510)
                 /* we slightly cheat here, */
                 /* the 9.x snapshot prior to r223966 does not support it too */
     {




More information about the Glibc-bsd-commits mailing list