bug-cfengine
[Top][All Lists]
Advanced

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

comment fixes (2.0.8p1)


From: Dave Love
Subject: comment fixes (2.0.8p1)
Date: Mon, 29 Sep 2003 12:18:23 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.2 (gnu/linux)

These fix compilation failures with compilers which don't grok // comments.

===================================================================
RCS file: cfagent.c,v
retrieving revision 1.1
diff -u -r1.1 cfagent.c
--- src/cfagent.c       2003/09/29 11:10:30     1.1
+++ src/cfagent.c       2003/09/29 11:10:42
@@ -1762,7 +1762,7 @@
 
 printf("REPLY-PROTOTYPE: ");
 
-// Print protolist
+/* Print protolist */
 
 LoadMethodPackage(METHODNAME);     
  
===================================================================
RCS file: do.c,v
retrieving revision 1.1
diff -u -r1.1 do.c
--- src/do.c    2003/09/29 11:12:44     1.1
+++ src/do.c    2003/09/29 11:12:54
@@ -2654,7 +2654,7 @@
 
 for (ptr = GetPendingMethods(); ptr != NULL; ptr=ptr->next)
    {
-   // Get ready to dispatch methods
+     /* Get ready to dispatch methods */
    EvaluatePendingMethod(ptr);
    }
 }
===================================================================
RCS file: methods.c,v
retrieving revision 1.1
diff -u -r1.1 methods.c
--- src/methods.c       2003/09/29 11:13:52     1.1
+++ src/methods.c       2003/09/29 11:14:00
@@ -66,7 +66,7 @@
       Verbose("No yet implemented\n");
 
 
-      //Must authenticate ID of remote host and add this info to our local 
cache
+      /* Must authenticate ID of remote host and add this info to our local 
cache */
       }
    else
       {




reply via email to

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