Commit 9560e58a authored by Alexandre Julliard's avatar Alexandre Julliard

FreeBSD compile fix.

parent b28f933b
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment