Skip to content

Commit bfb2279

Browse files
committed
FreeBSD-i386 fixed mselibc.pas.
1 parent c97e527 commit bfb2279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/common/kernel/mselibc.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2266,7 +2266,7 @@ dirent64 = record
22662266
d_name: array[0..255] of char; //* name must be no longer than this */
22672267
{$endif}
22682268

2269-
{$if defined(freebsd) and defined(cpuamd64)}
2269+
{$if defined(freebsd) and (defined(cpuamd64) or defined(cpu32))}
22702270
d_fileno: cuint32; //* file number of entry */
22712271
d_reclen: cuint16; //* length of this record */
22722272
d_type: cuint8; //* file type, see below */

0 commit comments

Comments
 (0)