projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63705c3
)
Enabling OS X Panther
author
Safey A.Halim
<safey.allah@gmail.com>
Mon, 7 Dec 2009 11:22:38 +0000
(11:22 +0000)
committer
Safey A.Halim
<safey.allah@gmail.com>
Mon, 7 Dec 2009 11:22:38 +0000
(11:22 +0000)
src/util/os_priority.c
patch
|
blob
|
history
diff --git
a/src/util/os_priority.c
b/src/util/os_priority.c
index 9f872d04d8608c6e8f9b226500ca42d701097af6..bd511a660e3fe84a335e802b7f56d5cd41b3d096 100644
(file)
--- a/
src/util/os_priority.c
+++ b/
src/util/os_priority.c
@@
-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;