CVS update: /ccvs/lib/

[email protected] 18 May 2005 18:49:23 -0000
Newsgroups gmane.comp.version-control.cvs.cvs
Message-ID <[email protected]>
User: dprice  
Date: 05/05/18 11:49:23

Modified:
 /ccvs/lib/
  ChangeLog, glob.c

Log:
 * glob.c (GETPW_R_SIZE_MAX): Remove `;' from macro definition.

File Changes:

Directory: /ccvs/lib/
=====================

File [changed]: ChangeLog
Url: https://ccvs.cvshome.org/source/browse/ccvs/lib/ChangeLog?r1=1.428&r2=1.429
Delta lines:  +4 -0
-------------------
--- ChangeLog	18 May 2005 16:17:15 -0000	1.428
+++ ChangeLog	18 May 2005 18:49:21 -0000	1.429
@@ -1,5 +1,9 @@
 2005-05-18  Derek Price  <[email protected]>
 
+	* glob.c (GETPW_R_SIZE_MAX): Remove `;' from macro definition.
+
+2005-05-18  Derek Price  <[email protected]>
+
 	More misc cleanup for compatibility with GNULIB & glibc, mostly
 	suggested by Paul Eggert <[email protected]>.
 	* glob.c: Improve comments.

File [changed]: glob.c
Url: https://ccvs.cvshome.org/source/browse/ccvs/lib/glob.c?r1=1.7&r2=1.8
Delta lines:  +1 -1
-------------------
--- glob.c	18 May 2005 16:17:15 -0000	1.7
+++ glob.c	18 May 2005 18:49:21 -0000	1.8
@@ -199,7 +199,7 @@
 #ifdef _SC_GETPW_R_SIZE_MAX
 # define GETPW_R_SIZE_MAX()	sysconf (_SC_GETPW_R_SIZE_MAX)
 #else
-# define GETPW_R_SIZE_MAX()	(-1);
+# define GETPW_R_SIZE_MAX()	(-1)
 #endif
 
 static const char *next_brace_sub (const char *begin, int flags) __THROW;