소스 검색

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           }
     gid_t    = cuint32;         { used for group IDs           }
     TGid     = gid_t;
     TGid     = gid_t;
     pGid     = ^gid_t;
     pGid     = ^gid_t;
+    TIOCtlRequest = cuLong;
 
 
     ino_t    = clonglong;           { used for file serial numbers }
     ino_t    = clonglong;           { used for file serial numbers }
     TIno     = ino_t;
     TIno     = ino_t;