gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r20121 - gnunet/src/util
Date: Tue, 28 Feb 2012 18:29:14 +0100

Author: grothoff
Date: 2012-02-28 18:29:14 +0100 (Tue, 28 Feb 2012)
New Revision: 20121

Modified:
   gnunet/src/util/os_priority.c
Log:
LRN: Apparently cleanup is not for W32



Modified: gnunet/src/util/os_priority.c
===================================================================
--- gnunet/src/util/os_priority.c       2012-02-28 17:28:07 UTC (rev 20120)
+++ gnunet/src/util/os_priority.c       2012-02-28 17:29:14 UTC (rev 20121)
@@ -448,7 +448,9 @@
   /* pipe failed, try other methods */
   switch (sig)
   {
+#if !WINDOWS
   case SIGHUP:
+#endif
   case SIGINT:
   case SIGKILL:
   case SIGTERM:
@@ -500,7 +502,9 @@
 #endif
   if (NULL != proc->childpipename)
   {
+#if !WINDOWS
     cleanup_npipe (proc->childpipename);
+#endif
     GNUNET_free (proc->childpipename);
   }
   GNUNET_free (proc);




reply via email to

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