help-cfengine
[Top][All Lists]
Advanced

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

Wee patch for building cfengine 2.1.10 under Cygwin


From: Erik Williamson
Subject: Wee patch for building cfengine 2.1.10 under Cygwin
Date: Thu, 28 Oct 2004 10:47:40 -0600
User-agent: Mozilla Thunderbird 0.7 (X11/20040615)

Hi Mark,

2.1.10 needed just a little help to build under cygwin - A diff is attached.

Best,
Erik.

--
e r i k   w i l l i a m s o n                     erik@cpsc.ucalgary.ca
 system admin . department of computer science . university of calgary

--- cfexecd.c   2004-08-16 14:12:46.000000000 -0600
+++ cfexecd.c.works     2004-10-28 10:27:06.655875000 -0600
@@ -322,6 +322,7 @@
           */
          
          Debug("Spawning %s\n", nargv[0]);
+         int pid;
          pid = spawnvp((int)_P_NOWAIT, nargv[0], nargv);
          if (pid < 1)
             {

reply via email to

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