diff options
author | Jim Meyering <jim@meyering.net> | 2002-06-19 11:13:29 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-06-19 11:13:29 +0000 |
commit | 343d7d40654ba81124287b04de856fcdd4d605b5 (patch) | |
tree | d91e240532c6fef236f77bd7ebbfcace259b5a2b /lib | |
parent | f35cc0e4a0beba8c080e31ef3fd17a83e51f377b (diff) | |
download | coreutils-343d7d40654ba81124287b04de856fcdd4d605b5.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 8 |
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. |