Added addr_t to sys/types.h.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7052 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-03-22 19:22:09 +00:00
parent 09ea309293
commit 435464b451

View File

@ -39,6 +39,7 @@ typedef int nlink_t;
typedef int daddr_t;
typedef char * caddr_t;
typedef unsigned long addr_t;
#include <null.h>
#include <size_t.h>