mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Try again: Make daddr_t 64 bits.
Sponsored by: DARPA & NAI Labs.
This commit is contained in:
parent
a443e96e31
commit
4ecbca5e4f
1 changed files with 1 additions and 1 deletions
|
|
@ -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_
|
||||
|
|
|
|||
Loading…
Reference in a new issue