gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r7269 - in GNUnet/src: transports util/threads


From: gnunet
Subject: [GNUnet-SVN] r7269 - in GNUnet/src: transports util/threads
Date: Tue, 17 Jun 2008 00:31:26 -0600 (MDT)

Author: durner
Date: 2008-06-17 00:31:26 -0600 (Tue, 17 Jun 2008)
New Revision: 7269

Modified:
   GNUnet/src/transports/test.c
   GNUnet/src/transports/test_repeat.c
   GNUnet/src/util/threads/shutdowntest2.c
Log:
PLIBC_KILL

Modified: GNUnet/src/transports/test.c
===================================================================
--- GNUnet/src/transports/test.c        2008-06-17 01:44:09 UTC (rev 7268)
+++ GNUnet/src/transports/test.c        2008-06-17 06:31:26 UTC (rev 7269)
@@ -309,7 +309,7 @@
     done ();
   if (pid != 0)
     {
-      KILL (pid, SIGTERM);
+      PLIBC_KILL (pid, SIGTERM);
       waitpid (pid, &pos, 0);
       if (WEXITSTATUS (pos) != 0)
         res = GNUNET_SYSERR;
@@ -334,7 +334,7 @@
   GNUNET_fini (api.ectx, api.cfg);
   if (pid != 0)
     {
-      KILL (pid, SIGTERM);
+      PLIBC_KILL (pid, SIGTERM);
       waitpid (pid, &res, 0);
     }
   GNUNET_free (expectedValue);

Modified: GNUnet/src/transports/test_repeat.c
===================================================================
--- GNUnet/src/transports/test_repeat.c 2008-06-17 01:44:09 UTC (rev 7268)
+++ GNUnet/src/transports/test_repeat.c 2008-06-17 06:31:26 UTC (rev 7269)
@@ -330,7 +330,7 @@
     done ();
   if (pid != 0)
     {
-      KILL (pid, SIGTERM);
+      PLIBC_KILL (pid, SIGTERM);
       waitpid (pid, &pos, 0);
       if (WEXITSTATUS (pos) != 0)
         res = GNUNET_SYSERR;
@@ -356,7 +356,7 @@
   GNUNET_fini (api.ectx, api.cfg);
   if (pid != 0)
     {
-      KILL (pid, SIGTERM);
+      PLIBC_KILL (pid, SIGTERM);
       waitpid (pid, &res, 0);
     }
   GNUNET_free (expectedValue);

Modified: GNUnet/src/util/threads/shutdowntest2.c
===================================================================
--- GNUnet/src/util/threads/shutdowntest2.c     2008-06-17 01:44:09 UTC (rev 
7268)
+++ GNUnet/src/util/threads/shutdowntest2.c     2008-06-17 06:31:26 UTC (rev 
7269)
@@ -32,7 +32,7 @@
   if (GNUNET_shutdown_test () != GNUNET_NO)
     return 1;
 #ifndef MINGW
-  KILL (getpid (), SIGINT);
+  PLIBC_KILL (getpid (), SIGINT);
 #else
   GenerateConsoleCtrlEvent (CTRL_C_EVENT, 0);
 #endif





reply via email to

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