mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 09:06:14 +02:00
Fix compilation of BSD targets following latest OpenBSD merges
git-svn-id: branches/fixes_3_2@41793 -
This commit is contained in:
parent
5c0a5db4bd
commit
8b356ea8d7
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user