cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] ccvs/src ChangeLog subr.h


From: Mark D. Baushke
Subject: [Cvs-cvs] ccvs/src ChangeLog subr.h
Date: Sat, 20 May 2006 07:19:03 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Branch:         
Changes by:     Mark D. Baushke <address@hidden>        06/05/20 07:19:03

Modified files:
        src            : ChangeLog subr.h 

Log message:
        * subr.h (is_admin): is_admin() is used in expressions, so default
        to 'true' rather than 'true;' for the
        !defined(HAVE_CVS_ADMIN_GROUP) case.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/src/ChangeLog.diff?tr1=1.3417&tr2=1.3418&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/src/subr.h.diff?tr1=1.9&tr2=1.10&r1=text&r2=text

Patches:
Index: ccvs/src/ChangeLog
diff -u ccvs/src/ChangeLog:1.3417 ccvs/src/ChangeLog:1.3418
--- ccvs/src/ChangeLog:1.3417   Sat May 20 06:52:45 2006
+++ ccvs/src/ChangeLog  Sat May 20 07:19:03 2006
@@ -1,3 +1,9 @@
+2006-05-20  Mark D. Baushke  <address@hidden>
+
+       * subr.h (is_admin): is_admin() is used in expressions, so default
+       to 'true' rather than 'true;' for the
+       !defined(HAVE_CVS_ADMIN_GROUP) case.
+
 2006-05-20  Lawrence Jones  <address@hidden>
 
        * tag.c (rtag_usage): Required alternatives should use {}, not ().
Index: ccvs/src/subr.h
diff -u ccvs/src/subr.h:1.9 ccvs/src/subr.h:1.10
--- ccvs/src/subr.h:1.9 Tue May 16 01:30:35 2006
+++ ccvs/src/subr.h     Sat May 20 07:19:03 2006
@@ -114,7 +114,7 @@
 /* If the CVS_ADMIN_GROUP is not being used, then anyone may run admin
  * commands.
  */
-#   define is_admin()  true;
+#   define is_admin()  true
 # endif
 
 #endif /* !SUBR_H */




reply via email to

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