1
0
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:
kent@mysql.com
2005-11-06 02:19:51 +01:00
parent 9b532768f5
commit 37788da790
7 changed files with 15 additions and 10 deletions

View File

@ -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