diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-09 04:18:34 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-09 04:18:34 +0000 |
commit | ab030f6243138b532e72e126d3d26905e05d0878 (patch) | |
tree | 27cfa8aa39087c7dd5a286c95ef71cff521eebed /net/netatalk-devel | |
parent | 896ccafe996b72d4cd1f9fdbf986b9a5fc00a972 (diff) |
Notes
Diffstat (limited to 'net/netatalk-devel')
-rw-r--r-- | net/netatalk-devel/files/patch-etc_afpd_unix.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/netatalk-devel/files/patch-etc_afpd_unix.h b/net/netatalk-devel/files/patch-etc_afpd_unix.h new file mode 100644 index 000000000000..cfc566530256 --- /dev/null +++ b/net/netatalk-devel/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__ */ |