o another BeOS Patch by Olivier Coursiere:

* fix a compilation error since a recent change

git-svn-id: trunk@8805 -
This commit is contained in:
florian 2007-10-14 18:36:31 +00:00
parent 79aec138c8
commit 16a1f65470

View File

@ -45,6 +45,7 @@ type
gid_t = cuint32; { used for group IDs }
TGid = gid_t;
pGid = ^gid_t;
TIOCtlRequest = cuLong;
ino_t = clonglong; { used for file serial numbers }
TIno = ino_t;