changeset 3878:30add0bce34f

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Wed, 19 Jun 2002 11:13:29 +0000
parents 82b66fa2967b
children 6cb4b4e6cdfd
files lib/ChangeLog
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,11 @@
+2002-06-18  Paul Eggert  <eggert@twinsun.com>
+
+	* file-type.h: Report an error if neither S_ISREG nor
+	S_IFREG is defined, instead of using a test specific to glibc
+	2.2.  This should be safe, since POSIX requires S_ISREG and
+	Unix Version 7 had S_IFREG.  We don't need to check for
+	<sys/types.h> since we don't use any symbols that it defines.
+
 2002-06-15  Jim Meyering  <meyering@lucent.com>
 
 	* file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.