CVS update: /ccvs/lib/

[email protected] 24 May 2005 21:23:05 -0000
Newsgroups gmane.comp.version-control.cvs.cvs
Message-ID <[email protected]>
User: conradpino
Date: 05/05/24 14:23:05

Modified:
 /ccvs/lib/
  ChangeLog, glob_.h

Log:
 * glob_.h: "#include <sys/stat.h>" for Solaris "#define stat stat64" case.

File Changes:

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

File [changed]: ChangeLog
Url: https://ccvs.cvshome.org/source/browse/ccvs/lib/ChangeLog?r1=1.438&r2=1.439
Delta lines:  +4 -0
-------------------
--- ChangeLog	24 May 2005 21:05:37 -0000	1.438
+++ ChangeLog	24 May 2005 21:23:03 -0000	1.439
@@ -1,3 +1,7 @@
+2005-05-24  Conrad T. Pino  <[email protected]>
+
+	* glob_.h: "#include <sys/stat.h>" for Solaris "#define stat stat64" case.
+
 2005-05-24  Derek Price  <[email protected]>
 
 	* stat.c: Use system stat & lstat functions in this file.

File [changed]: glob_.h
Url: https://ccvs.cvshome.org/source/browse/ccvs/lib/glob_.h?r1=1.8&r2=1.9
Delta lines:  +2 -0
-------------------
--- glob_.h	24 May 2005 16:37:40 -0000	1.8
+++ glob_.h	24 May 2005 21:23:03 -0000	1.9
@@ -96,6 +96,8 @@
 
 /* Structure describing a globbing run.  */
 #ifdef __USE_GNU
+/* Solaris may "#define stat stat64" in some cases */
+# include <sys/stat.h>
 struct stat;
 #endif
 typedef struct