From: Jim Meyering Date: Wed, 19 Jun 2002 11:13:29 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10b98ebdca2354ceb8787036194436a76f54eda7;p=pspp *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 41986c6030..875a3699ed 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,11 @@ +2002-06-18 Paul Eggert + + * 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 + since we don't use any symbols that it defines. + 2002-06-15 Jim Meyering * file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.