Move the hideously misnamed type "u_daddr_t" to <sys/blist.h> where it
belongs. Sponsored by: DARPA & NAI Labs.
This commit is contained in:
parent
e96d018d92
commit
f07d4b256b
@ -30,6 +30,8 @@
|
||||
#ifndef _SYS_BLIST_H_
|
||||
#define _SYS_BLIST_H_
|
||||
|
||||
typedef u_int32_t u_daddr_t; /* unsigned disk address */
|
||||
|
||||
static __inline int
|
||||
LOG2(u_daddr_t v)
|
||||
{
|
||||
|
@ -127,7 +127,6 @@ 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 u_int32_t u_daddr_t; /* unsigned disk address */
|
||||
typedef u_int32_t fixpt_t; /* fixed point number */
|
||||
|
||||
#ifdef _BSD_GID_T_
|
||||
|
Loading…
x
Reference in New Issue
Block a user