bug-cfengine
[Top][All Lists]
Advanced

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

cfengine compile time error


From: Michael . Cartmell
Subject: cfengine compile time error
Date: Mon, 23 Jul 2001 14:39:57 +1000

Hi

I got an error whilst compiling cfengine 1.6.3.  There is a C++ style
comment in cfrun.c which my compiler did not like.

address@hidden src$ cc -V
cc: WorkShop Compilers 5.0 98/12/15 C 5.0
usage: cc [ options] files.  Use 'cc -flags' for details

Anyway here's a patch.

Michael

*** cfrun.c.orig    Mon Jul 23 14:19:21 2001
--- cfrun.c    Mon Jul 23 14:16:43 2001
***************
*** 123,129 ****
        {
        ip = ip->next;
        }
!    }  // end forking while

   while (i > 0 )
      {
--- 123,129 ----
        {
        ip = ip->next;
        }
!    }  /* end forking while */

   while (i > 0 )
      {




******************************************************************************

visit http://www.solution6.com
visit http://www.eccountancy.com  -  everything for accountants


******************************************************************************
This email message (and attachments) may contain information that is 
confidential to Solution 6.  If you are not the intended recipient  you cannot 
use,  distribute or copy the message or attachments.  In such a case, please 
notify the sender by return email immediately and erase all copies of the 
message and attachments.  Opinions, conclusions and other information in this 
message and attachments that do not relate to the official business of Solution 
6 are neither given nor endorsed by it.
******************************************************************************



reply via email to

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