gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r7268 - GNUnet/src/util/os


From: gnunet
Subject: [GNUnet-SVN] r7268 - GNUnet/src/util/os
Date: Mon, 16 Jun 2008 19:44:10 -0600 (MDT)

Author: amatus
Date: 2008-06-16 19:44:09 -0600 (Mon, 16 Jun 2008)
New Revision: 7268

Modified:
   GNUnet/src/util/os/daemon.c
Log:
I think grothoff typoed.


Modified: GNUnet/src/util/os/daemon.c
===================================================================
--- GNUnet/src/util/os/daemon.c 2008-06-16 19:08:28 UTC (rev 7267)
+++ GNUnet/src/util/os/daemon.c 2008-06-17 01:44:09 UTC (rev 7268)
@@ -189,7 +189,7 @@
 termProcess (int pid)
 {
 #ifndef MINGW
-  return KILL (pid, SIGTERM) == 0;
+  return PLIBC_KILL (pid, SIGTERM) == 0;
 #else
   int ret;
   DWORD dwExitCode = 0;





reply via email to

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