mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Revert daddr_t to 32 bits while we research the reported problems.
This commit is contained in:
parent
89408e839c
commit
4aafadc8b9
1 changed files with 2 additions and 2 deletions
|
|
@ -126,8 +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 int64_t daddr_t; /* disk address */
|
||||
typedef u_int64_t u_daddr_t; /* unsigned disk address */
|
||||
typedef int32_t daddr_t; /* disk address */
|
||||
typedef u_int32_t u_daddr_t; /* unsigned disk address */
|
||||
typedef u_int32_t fixpt_t; /* fixed point number */
|
||||
|
||||
#ifdef _BSD_GID_T_
|
||||
|
|
|
|||
Loading…
Reference in a new issue