From bf0c356cdf7bd8d37d388e43811d4df650643ffd Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Tue, 4 May 2004 21:40:09 +0000 Subject: [PATCH] Contrariwise, Linux sys/stat.h doesn't define mode_t and friends, even though POSIX requires it. --- usr.bin/tar/util.c | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.bin/tar/util.c b/usr.bin/tar/util.c index f816ec7323c..97179503d61 100644 --- a/usr.bin/tar/util.c +++ b/usr.bin/tar/util.c @@ -28,6 +28,7 @@ __FBSDID("$FreeBSD$"); #include +#include /* Linux doesn't define mode_t, etc. in sys/stat.h. */ #include #include #include