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:
Axel Dörfler 2004-03-22 19:23:47 +00:00
parent 435464b451
commit c04864640e

View File

@ -14,7 +14,7 @@ extern "C" {
typedef int32 region_id;
typedef int32 aspace_id;
typedef uint32 addr;
typedef uint32 addr_t;
// ToDo: to be faded out
#ifdef __cplusplus
}