| commit | 9560e58ac57ff84fd5cd26a678263ec53a29de4a | [log] [tgz] |
|---|---|---|
| author | Alexandre Julliard <julliard@winehq.org> | Sat Apr 27 21:14:50 2002 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Sat Apr 27 21:14:50 2002 +0000 |
| tree | 5cd3f10e567ba580cc569ec6fb9b609b1df282f0 | |
| parent | b28f933b60121b7d70c2b9087d825e8ea2233ce7 [diff] |
FreeBSD compile fix.
diff --git a/include/msvcrt/sys/stat.h b/include/msvcrt/sys/stat.h index 2663512..696c023 100644 --- a/include/msvcrt/sys/stat.h +++ b/include/msvcrt/sys/stat.h
@@ -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;