mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 784124 - FreeBSD supports statvfs(2) since 5.0. r=bsmedberg
This commit is contained in:
parent
1014ff4ed2
commit
27742fe364
@ -52,14 +52,6 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// so we can statfs on freebsd
|
||||
#if defined(__FreeBSD__)
|
||||
#define HAVE_SYS_STATFS_H
|
||||
#define STATFS statfs
|
||||
#include <sys/param.h>
|
||||
#include <sys/mount.h>
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_STAT64) && defined(HAVE_LSTAT64)
|
||||
#if defined (AIX)
|
||||
#if defined STAT
|
||||
|
Loading…
Reference in New Issue
Block a user