blob: 5d2c0531efa9fad62c103115c643c6bcdc4a7b9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$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)
|