diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-05-18 09:48:28 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-05-18 09:48:28 +0000 |
| commit | 4ecbca5e4fbc32d7f2dd3490fac2b053151c750e (patch) | |
| tree | aada6d30fc2031ceee18ecdf88f2cb3f3a36e043 | |
| parent | a443e96e316756524bfa85f2916f4ce278e6c6e5 (diff) | |
Notes
| -rw-r--r-- | sys/sys/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/types.h b/sys/sys/types.h index 8ebf00bf9eb4f..2b0910327edfa 100644 --- a/sys/sys/types.h +++ b/sys/sys/types.h @@ -126,7 +126,7 @@ 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 daddr_t; /* disk address */ typedef u_int32_t fixpt_t; /* fixed point number */ #ifdef _BSD_GID_T_ |
