a4dcbd0a56
sys/statvfs.h. So we hit Samba harder over the head to realize BSD ain't SYSV. Approved by: dwcjr
8 lines
372 B
Plaintext
8 lines
372 B
Plaintext
--- source/include/includes.h.orig Wed Dec 11 06:55:42 2002
|
|
+++ source/include/includes.h Sun Feb 16 16:44:53 2003
|
|
@@ -757,3 +757,3 @@
|
|
/* this guess needs to be improved (tridge) */
|
|
-#if (defined(STAT_STATVFS) || defined(STAT_STATVFS64)) && !defined(SYSV)
|
|
+#if (defined(STAT_STATVFS) || defined(STAT_STATVFS64)) && !defined(SYSV) && !defined(__FreeBSD__)
|
|
#define SYSV 1
|