summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-06-14 15:26:03 +0000
committerbde <bde@FreeBSD.org>1998-06-14 15:26:03 +0000
commit76251ad8323572aefde82467f55d4881fd250d99 (patch)
tree4c20c3a104ea8faa643ce7fc2c6d535a14d7fe2b /sys
parent964096b168e28a3907b8d9b038b661f7d4d92f49 (diff)
downloadFreeBSD-src-76251ad8323572aefde82467f55d4881fd250d99.zip
FreeBSD-src-76251ad8323572aefde82467f55d4881fd250d99.tar.gz
Added uoff_t.
Diffstat (limited to 'sys')
-rw-r--r--sys/alpha/include/types.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/alpha/include/types.h b/sys/alpha/include/types.h
index aea7556..fcda495 100644
--- a/sys/alpha/include/types.h
+++ b/sys/alpha/include/types.h
@@ -1,4 +1,4 @@
-/* $Id: types.h,v 1.2 1998/03/09 05:53:13 jb Exp $ */
+/* $Id: types.h,v 1.3 1998/03/23 08:17:16 jb Exp $ */
/* From: NetBSD: types.h,v 1.8 1997/04/06 08:47:45 cgd Exp */
/*-
@@ -74,6 +74,10 @@ typedef int64_t register_t;
typedef int32_t ufs_daddr_t;
+#ifdef KERNEL
+typedef uint64_t uoff_t; /* unsigned file offset */
+#endif
+
/* Interrupt mask (spl, xxx_imask, etc) */
typedef u_int32_t intrmask_t;
OpenPOWER on IntegriCloud