Преглед изворни кода

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

git-svn-id: trunk@8805 -

florian пре 18 година
родитељ
комит
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;