From a4dcbd0a56bf9819d87690a0fbba3d016ac4306e Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Tue, 18 Feb 2003 20:00:13 +0000 Subject: Samba 2.2.7 still thinks 5-CURRENT is a sysV box because we have sys/statvfs.h. So we hit Samba harder over the head to realize BSD ain't SYSV. Approved by: dwcjr --- net/samba/files/patch-sysv | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 net/samba/files/patch-sysv (limited to 'net/samba/files/patch-sysv') diff --git a/net/samba/files/patch-sysv b/net/samba/files/patch-sysv new file mode 100644 index 000000000000..e1193c79ef75 --- /dev/null +++ b/net/samba/files/patch-sysv @@ -0,0 +1,7 @@ +--- 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 -- cgit v1.2.3