diff options
Diffstat (limited to 'net/netatalk/patches/patch-ag')
-rw-r--r-- | net/netatalk/patches/patch-ag | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net/netatalk/patches/patch-ag b/net/netatalk/patches/patch-ag deleted file mode 100644 index 5d2c0531efa..00000000000 --- a/net/netatalk/patches/patch-ag +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ag,v 1.8 2009/06/09 13:57:56 taca Exp $ - ---- etc/afpd/unix.h.orig 2009-03-29 16:23:22.000000000 +0900 -+++ etc/afpd/unix.h -@@ -44,7 +44,9 @@ typedef int mode_t; - #include <sys/mnttab.h> - #endif /* __svr4__ || HAVE_SYS_MNTTAB_H */ - -- -+#if defined(__DragonFly__) -+#define dqblk ufs_dqblk -+#endif - - #if defined(HAVE_SYS_MOUNT_H) || defined(BSD4_4) || \ - defined(linux) || defined(ultrix) |