blob: 9b976dd071064d8093d1f1ca0da015244795a3bc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- include/includes.h.orig Tue Dec 10 19:50:18 2002
+++ include/includes.h Tue Dec 10 19:52:33 2002
@@ -808,8 +808,10 @@
#endif
/* this guess needs to be improved (tridge) */
+#ifndef __FreeBSD__
#if (defined(STAT_STATVFS) || defined(STAT_STATVFS64)) && !defined(SYSV)
#define SYSV 1
+#endif
#endif
#ifndef DEFAULT_PRINTING
|