aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>1998-06-27 15:35:00 +0000
committerDoug Rabson <dfr@FreeBSD.org>1998-06-27 15:35:00 +0000
commitb87cfa799ee2069c63d38738f4787650f0293d51 (patch)
treeff7d77d4d1e3bde9c90a9a8141b1667e2ca8702f /sys
parent616384115079f8869f5aabbcce3184df8a40c1f8 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/alpha/include/types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/include/types.h b/sys/alpha/include/types.h
index fcda495ae7a7..87926d40e0ef 100644
--- a/sys/alpha/include/types.h
+++ b/sys/alpha/include/types.h
@@ -1,4 +1,4 @@
-/* $Id: types.h,v 1.3 1998/03/23 08:17:16 jb Exp $ */
+/* $Id: types.h,v 1.4 1998/06/14 15:26:03 bde Exp $ */
/* From: NetBSD: types.h,v 1.8 1997/04/06 08:47:45 cgd Exp */
/*-
@@ -75,7 +75,7 @@ typedef int64_t register_t;
typedef int32_t ufs_daddr_t;
#ifdef KERNEL
-typedef uint64_t uoff_t; /* unsigned file offset */
+typedef u_int64_t uoff_t; /* unsigned file offset */
#endif
/* Interrupt mask (spl, xxx_imask, etc) */