Added id_t as required by POSIX/ISO-C 99.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8342 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2004-07-07 12:46:08 +00:00
parent 34fa6b663f
commit 95216cc886
+1
View File
@@ -33,6 +33,7 @@ typedef long long ino_t;
typedef int cnt_t;
typedef long dev_t;
typedef long pid_t;
typedef long id_t;
typedef unsigned int uid_t;
typedef unsigned int gid_t;