FreeBSD compile fix.

This commit is contained in:
Alexandre Julliard 2002-04-27 21:14:50 +00:00
parent b28f933b60
commit 9560e58ac5
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@
#define _S_IFREG 0x8000
#define _S_IFMT 0xF000
/* for FreeBSD */
#undef st_atime
#undef st_ctime
#undef st_mtime
struct _stat {
_dev_t st_dev;