summaryrefslogtreecommitdiff
path: root/net/netatalk/files/patch-etc_afpd_unix.h
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-10-12 02:09:27 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-10-12 02:09:27 +0000
commit30af9f9d1b308ce2acc0cabc06b668583a7d6f1e (patch)
tree48b0c58eb26975ef34d329ef07b4e7c474c5ebef /net/netatalk/files/patch-etc_afpd_unix.h
parentThe documented xv vulnerabilities were fixed by dinoex@ (diff)
Update to 2.0.0. See http://netatalk.sourceforge.net/2.0/ReleaseNotes.html
for all the new features, and http://netatalk.sourceforge.net/2.0/htmldocs/upgrade.html for important upgrade instructions when moving from 1.6.x.
Notes
Notes: svn path=/head/; revision=118742
Diffstat (limited to 'net/netatalk/files/patch-etc_afpd_unix.h')
-rw-r--r--net/netatalk/files/patch-etc_afpd_unix.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/net/netatalk/files/patch-etc_afpd_unix.h b/net/netatalk/files/patch-etc_afpd_unix.h
deleted file mode 100644
index cfc566530256..000000000000
--- a/net/netatalk/files/patch-etc_afpd_unix.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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__ */