summaryrefslogtreecommitdiff
path: root/lib/file-type.h
AgeCommit message (Collapse)Author
2002-06-19Report an error if neither S_ISREG norJim Meyering
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(FILE_TYPE_H): Guard entire contents with #ifndef.Jim Meyering
For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h> have been included before this file.
2002-06-14Use the version from diffutils-2.8.2.Jim Meyering
2002-05-25fix typoJim Meyering
2002-05-22*** empty log message ***Jim Meyering