summaryrefslogtreecommitdiffstats
path: root/sys/sys/_types.h
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>2002-06-14 19:37:06 +0000
committerwollman <wollman@FreeBSD.org>2002-06-14 19:37:06 +0000
commitadc6403288268b8e412c183b3617e892edb03475 (patch)
tree874133f3a0f03820104c38020baba5d4ba8e9bc2 /sys/sys/_types.h
parent399bacf14bfacf43aa223796853e0c060b30b525 (diff)
downloadFreeBSD-src-adc6403288268b8e412c183b3617e892edb03475.zip
FreeBSD-src-adc6403288268b8e412c183b3617e892edb03475.tar.gz
Implement the <sys/statvfs.h> header. Related changes to <sys/types.h>
are still awaiting a worldstone. Functions and their declarations to come later.
Diffstat (limited to 'sys/sys/_types.h')
-rw-r--r--sys/sys/_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sys/_types.h b/sys/sys/_types.h
index f4cdb37..cbc430b 100644
--- a/sys/sys/_types.h
+++ b/sys/sys/_types.h
@@ -32,6 +32,8 @@
#include <sys/cdefs.h>
#include <machine/ansi.h>
+#define _BSD_FSBLKCNT_T_ __uint64_t
+#define _BSD_FSFILCNT_T_ __uint64_t
#define _BSD_GID_T_ __uint32_t
#define _BSD_SA_FAMILY_T_ __uint8_t
#define _BSD_UID_T_ __uint32_t
OpenPOWER on IntegriCloud