2
0
Эх сурвалжийг харах

o another BeOS Patch by Olivier Coursiere:
* fix a compilation error since a recent change

git-svn-id: trunk@8805 -

florian 18 жил өмнө
parent
commit
16a1f65470
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      rtl/beos/ptypes.inc

+ 1 - 0
rtl/beos/ptypes.inc

@@ -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;