summaryrefslogtreecommitdiffstats
path: root/sys/sys/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/types.h')
-rw-r--r--sys/sys/types.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/sys/types.h b/sys/sys/types.h
index 17ac8e0..4811b0a 100644
--- a/sys/sys/types.h
+++ b/sys/sys/types.h
@@ -126,9 +126,8 @@ typedef quad_t * qaddr_t;
typedef char * caddr_t; /* core address */
typedef __const char * c_caddr_t; /* core address, pointer to const */
typedef __volatile char *v_caddr_t; /* core address, pointer to volatile */
-typedef int32_t daddr_t; /* disk address */
-typedef int64_t daddr64_t; /* 64-bit disk address */
-typedef u_int32_t u_daddr_t; /* unsigned disk address */
+typedef int64_t daddr_t; /* disk address */
+typedef u_int64_t u_daddr_t; /* unsigned disk address */
typedef u_int32_t fixpt_t; /* fixed point number */
#ifdef _BSD_GID_T_
OpenPOWER on IntegriCloud