Enabling OS X Panther
authorSafey A.Halim <safey.allah@gmail.com>
Mon, 7 Dec 2009 11:22:38 +0000 (11:22 +0000)
committerSafey A.Halim <safey.allah@gmail.com>
Mon, 7 Dec 2009 11:22:38 +0000 (11:22 +0000)
src/util/os_priority.c

index 9f872d04d8608c6e8f9b226500ca42d701097af6..bd511a660e3fe84a335e802b7f56d5cd41b3d096 100644 (file)
@@ -355,11 +355,13 @@ GNUNET_OS_process_status (pid_t proc, enum GNUNET_OS_ProcessStatusType *type,
       *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;