summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-06-19 11:13:29 +0000
committerJim Meyering <jim@meyering.net>2002-06-19 11:13:29 +0000
commit343d7d40654ba81124287b04de856fcdd4d605b5 (patch)
treed91e240532c6fef236f77bd7ebbfcace259b5a2b /lib
parentf35cc0e4a0beba8c080e31ef3fd17a83e51f377b (diff)
downloadcoreutils-343d7d40654ba81124287b04de856fcdd4d605b5.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 41986c603..875a3699e 100644
--- 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.