gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r26563 - gnunet/contrib


From: gnunet
Subject: [GNUnet-SVN] r26563 - gnunet/contrib
Date: Fri, 22 Mar 2013 07:07:01 +0100

Author: LRN
Date: 2013-03-22 07:07:01 +0100 (Fri, 22 Mar 2013)
New Revision: 26563

Modified:
   gnunet/contrib/buildslave-0.8.5-gnunet-w32.patch
Log:
Fix the buildslave patch

Modified: gnunet/contrib/buildslave-0.8.5-gnunet-w32.patch
===================================================================
--- gnunet/contrib/buildslave-0.8.5-gnunet-w32.patch    2013-03-21 17:27:44 UTC 
(rev 26562)
+++ gnunet/contrib/buildslave-0.8.5-gnunet-w32.patch    2013-03-22 06:07:01 UTC 
(rev 26563)
@@ -49,11 +49,11 @@
 +def safe_terminate_process_by_pid (proc, code):
 +  if os.name == 'nt':
 +    try:
-+      openproc = win32process.OpenProcess (2 | 1024 | 8 | 32 | 16, 0, proc)
++      openproc = win32api.OpenProcess (2 | 1024 | 8 | 32 | 16, 0, proc)
 +      try:
 +        d = Dummy ()
 +        d.SetHandle (openproc)
-+        safe_termiate_process (d, code)
++        safe_terminate_process (d, code)
 +      finally:
 +        win32api.CloseHandle (openproc)
 +    except:




reply via email to

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