CVS update: /ccvs/lib/

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

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

Log:
 * glob.c (__stat64): Add args to macro definition for clarity.

File Changes:

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

File [changed]: ChangeLog
Url: https://ccvs.cvshome.org/source/browse/ccvs/lib/ChangeLog?r1=1.431&r2=1.432
Delta lines:  +4 -0
-------------------
--- ChangeLog	19 May 2005 23:32:14 -0000	1.431
+++ ChangeLog	20 May 2005 18:39:47 -0000	1.432
@@ -1,3 +1,7 @@
+2005-05-20  Derek Price  <[email protected]>
+
+	* glob.c (__stat64): Add args to macro definition for clarity.
+
 2005-05-19  Derek Price  <[email protected]>
 
 	* glob.c: Use POSIX getpwnam_r on Solaris.

File [changed]: glob.c
Url: https://ccvs.cvshome.org/source/browse/ccvs/lib/glob.c?r1=1.10&r2=1.11
Delta lines:  +1 -1
-------------------
--- glob.c	19 May 2005 23:32:14 -0000	1.10
+++ glob.c	20 May 2005 18:39:47 -0000	1.11
@@ -193,7 +193,7 @@
 # define __stat64(fname, buf) __stat (fname, buf)
 # define stat64 stat
 #elif !defined _LIBC
-# define __stat64 stat64
+# define __stat64(fname, buf) stat64 (fname, buf)
 #endif
 
 #ifndef _LIBC