summaryrefslogtreecommitdiff
path: root/sys/alpha/include
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-06-14 15:26:03 +0000
committerBruce Evans <bde@FreeBSD.org>1998-06-14 15:26:03 +0000
commita525aa3424814c4027aa022de939d7ab0c967086 (patch)
treed3bae102048b708c670bd7c5e25abdc93d5a1461 /sys/alpha/include
parentf0c2a198e7160f5f6254b6bfa1f8c49237f79252 (diff)
Notes
Diffstat (limited to 'sys/alpha/include')
-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 aea75569a977..fcda495ae7a7 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;