lib/file-type.h


Log

Author Commit Date CI Message
Jim Meyering 3d9597c1 2002-06-19T11:12:59 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.
Jim Meyering c17e9791 2002-06-15T08:43:45 (FILE_TYPE_H): Guard entire contents with #ifndef. For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h> have been included before this file.
Jim Meyering ff326535 2002-06-14T07:52:32 Use the version from diffutils-2.8.2.
Jim Meyering 46f8a8fc 2002-05-25T22:39:13 fix typo
Jim Meyering aad60986 2002-05-22T08:36:32 *** empty log message ***