gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r13920 - branches/gnunet/mantis_0001616/src/util


From: gnunet
Subject: [GNUnet-SVN] r13920 - branches/gnunet/mantis_0001616/src/util
Date: Wed, 15 Dec 2010 22:17:08 +0100

Author: durner
Date: 2010-12-15 22:17:08 +0100 (Wed, 15 Dec 2010)
New Revision: 13920

Modified:
   branches/gnunet/mantis_0001616/src/util/os_priority.c
Log:
#ifndef MINGW

Modified: branches/gnunet/mantis_0001616/src/util/os_priority.c
===================================================================
--- branches/gnunet/mantis_0001616/src/util/os_priority.c       2010-12-15 
20:16:57 UTC (rev 13919)
+++ branches/gnunet/mantis_0001616/src/util/os_priority.c       2010-12-15 
21:17:08 UTC (rev 13920)
@@ -181,7 +181,7 @@
     s = sizeof (c);
     if (GNUNET_DISK_file_write (proc->control_pipe, &c, s) != s)
     {
-#if !WINDOWS || defined(__CYGWIN__)
+#ifndef MINGW
       kill (proc->pid, proc->sig);
 #else
       DWORD dwresult, error_code;
@@ -1209,7 +1209,7 @@
 int
 GNUNET_OS_process_wait (struct GNUNET_OS_Process *proc)
 {
-#if !WINDOWS || defined(__CYGWIN__)
+#ifndef MINGW
   if (proc->kill_timeout_task)
   {
     GNUNET_SCHEDULER_cancel (proc->kill_timeout_task);




reply via email to

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