Просмотр исходного кода

Fix compilation of BSD targets following latest OpenBSD merges

git-svn-id: branches/fixes_3_2@41793 -
pierre 6 лет назад
Родитель
Сommit
8b356ea8d7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      rtl/bsd/ostypes.inc

+ 1 - 1
rtl/bsd/ostypes.inc

@@ -147,7 +147,7 @@ TYPE
 
 
   { directory services }
   { directory services }
 {$ifndef darwin_new_iostructs}
 {$ifndef darwin_new_iostructs}
-{$ifdef dragonfly}
+{$if defined(dragonfly)}
    dirent  = record
    dirent  = record
         d_fileno      : ino_t;                          // file number of entry
         d_fileno      : ino_t;                          // file number of entry
         d_namlen      : cuint16;                        // strlen (d_name)
         d_namlen      : cuint16;                        // strlen (d_name)