summaryrefslogtreecommitdiffstats
path: root/sys/sys/stat.h
diff options
context:
space:
mode:
authormike <mike@FreeBSD.org>2003-05-22 17:07:57 +0000
committermike <mike@FreeBSD.org>2003-05-22 17:07:57 +0000
commit272a8dbe20d0d09c58a5df3bfb72638dcae97b45 (patch)
treeb9e898779fabbf9709e1860e2540a0be814e7ca7 /sys/sys/stat.h
parent99b5c5ca725b6585db78f575894c74d7287f3a80 (diff)
downloadFreeBSD-src-272a8dbe20d0d09c58a5df3bfb72638dcae97b45.zip
FreeBSD-src-272a8dbe20d0d09c58a5df3bfb72638dcae97b45.tar.gz
Fix two misuses of __BSD_VISIBLE.
Submitted by: bde Approved by: re
Diffstat (limited to 'sys/sys/stat.h')
-rw-r--r--sys/sys/stat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/stat.h b/sys/sys/stat.h
index 2c830a6..8ccead1 100644
--- a/sys/sys/stat.h
+++ b/sys/sys/stat.h
@@ -100,7 +100,7 @@ typedef __uid_t uid_t;
#include <sys/time.h>
#endif
-#ifndef __BSD_VISIBLE
+#if !__BSD_VISIBLE
#include <sys/_timespec.h>
#endif
OpenPOWER on IntegriCloud