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:
Poul-Henning Kamp 2002-05-18 09:38:20 +00:00
parent e96d018d92
commit f07d4b256b
2 changed files with 2 additions and 1 deletions

View File

@ -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)
{

View File

@ -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_