summaryrefslogtreecommitdiff
path: root/net/netatalk
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-09-09 04:18:34 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-09-09 04:18:34 +0000
commitab030f6243138b532e72e126d3d26905e05d0878 (patch)
tree27cfa8aa39087c7dd5a286c95ef71cff521eebed /net/netatalk
parentbayespam version 0.9.2: qmail spam filter written in Perl using (diff)
Fix build on -CURRENT.
Submitted by: bento
Notes
Notes: svn path=/head/; revision=65887
Diffstat (limited to 'net/netatalk')
-rw-r--r--net/netatalk/files/patch-etc_afpd_unix.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/netatalk/files/patch-etc_afpd_unix.h b/net/netatalk/files/patch-etc_afpd_unix.h
new file mode 100644
index 000000000000..cfc566530256
--- /dev/null
+++ b/net/netatalk/files/patch-etc_afpd_unix.h
@@ -0,0 +1,12 @@
+--- etc/afpd/unix.h.orig Sun Sep 8 23:45:56 2002
++++ etc/afpd/unix.h Mon Sep 9 00:03:58 2002
+@@ -30,7 +30,8 @@
+ #if defined(TRU64)
+ #define f_frsize f_fsize
+ #else /* TRU64 */
+-#if defined(HAVE_SYS_STATVFS_H) || defined(__svr4__)
++#if (defined(HAVE_SYS_STATVFS_H) || defined(__svr4__)) && \
++ !defined(__FreeBSD__)
+ #include <sys/statvfs.h>
+ #define statfs statvfs
+ #else /* HAVE_SYS_STATVFS || __svr4__ */