mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Reapplied portability changes, from changesets by kent, joerg and msvensson
This commit is contained in:
@ -33,7 +33,8 @@
|
||||
|
||||
#include <fcntl.h>
|
||||
|
||||
#if defined (HAVE_SYS_FILE_H)
|
||||
/* FreeBSD 5.3 will not declare u_int in sys/types.h, file.h needs it */
|
||||
#if defined (HAVE_SYS_FILE_H) && !defined(__FreeBSD__)
|
||||
# include <sys/file.h>
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user