gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r9713 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r9713 - gnunet/src/util
Date: Mon, 7 Dec 2009 12:22:38 +0100

Author: safey
Date: 2009-12-07 12:22:38 +0100 (Mon, 07 Dec 2009)
New Revision: 9713

Modified:
   gnunet/src/util/os_priority.c
Log:
Enabling OS X Panther

Modified: gnunet/src/util/os_priority.c
===================================================================
--- gnunet/src/util/os_priority.c       2009-12-07 02:06:15 UTC (rev 9712)
+++ gnunet/src/util/os_priority.c       2009-12-07 11:22:38 UTC (rev 9713)
@@ -355,11 +355,13 @@
       *type = GNUNET_OS_PROCESS_SIGNALED;
       *code = WSTOPSIG (status);
     }
+#ifdef WIFCONTINUED
   else if (WIFCONTINUED (status))
     {
       *type = GNUNET_OS_PROCESS_RUNNING;
       *code = 0;
     }
+#endif
   else
     {
       *type = GNUNET_OS_PROCESS_UNKNOWN;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]