aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/stat.h')
-rw-r--r--sys/sys/stat.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/sys/stat.h b/sys/sys/stat.h
index d7e28f33e5fd..a1d207f62fda 100644
--- a/sys/sys/stat.h
+++ b/sys/sys/stat.h
@@ -43,11 +43,11 @@
#define _SYS_STAT_H_
#include <sys/cdefs.h>
-#include <machine/ansi.h>
+#include <sys/_types.h>
-#ifdef _BSD_FFLAGS_T_
-typedef _BSD_FFLAGS_T_ fflags_t; /* file flags */
-#undef _BSD_FFLAGS_T_
+#ifndef _FFLAGS_T_DECLARED
+typedef __fflags_t fflags_t; /* file flags */
+#define _FFLAGS_T_DECLARED
#endif
#if !defined(_KERNEL) && !defined(_POSIX_SOURCE)