CVS update: /ccvs/lib/

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

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

Log:
 * glob_.h: Remove "struct stat;" forward declaration and update comment.

File Changes:

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

File [changed]: ChangeLog
Url: https://ccvs.cvshome.org/source/browse/ccvs/lib/ChangeLog?r1=1.439&r2=1.440
Delta lines:  +4 -0
-------------------
--- ChangeLog	24 May 2005 21:23:03 -0000	1.439
+++ ChangeLog	24 May 2005 21:59:26 -0000	1.440
@@ -1,5 +1,9 @@
 2005-05-24  Conrad T. Pino  <[email protected]>
 
+	* glob_.h: Remove "struct stat;" forward declaration and update comment.
+
+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]>

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