Contrariwise, Linux sys/stat.h doesn't define mode_t and friends,

even though POSIX requires it.  <sigh>
This commit is contained in:
Tim Kientzle 2004-05-04 21:40:09 +00:00
parent 7a64d8d74c
commit bf0c356cdf

View File

@ -28,6 +28,7 @@
__FBSDID("$FreeBSD$");
#include <sys/stat.h>
#include <sys/types.h> /* Linux doesn't define mode_t, etc. in sys/stat.h. */
#include <archive_entry.h>
#include <ctype.h>
#include <stdarg.h>