Removed addr_t typedef (it's now in sys/types.h).
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7053 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
435464b451
commit
c04864640e
@ -14,7 +14,7 @@ extern "C" {
|
|||||||
typedef int32 region_id;
|
typedef int32 region_id;
|
||||||
typedef int32 aspace_id;
|
typedef int32 aspace_id;
|
||||||
typedef uint32 addr;
|
typedef uint32 addr;
|
||||||
typedef uint32 addr_t;
|
// ToDo: to be faded out
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user