*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 19 Jun 2002 11:13:29 +0000 (11:13 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 19 Jun 2002 11:13:29 +0000 (11:13 +0000)
lib/ChangeLog

index 41986c6030af7565567c8d3dd572c30f8f0486fc..875a3699edeaa78e16269639323a3eae38807946 100644 (file)
@@ -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.