summaryrefslogtreecommitdiff
path: root/net/wu-ftpd/patches/patch-ao
blob: 31560ca29968daf5569dfb94be30ff24cf0eeea4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ao,v 1.1 2006/09/22 19:44:01 joerg Exp $

--- configure.orig	2006-09-22 21:18:19.000000000 +0000
+++ configure
@@ -5333,6 +5333,12 @@ echo $ECHO_N "checking whether quota sup
 #ifdef HAVE_UFS_UFS_QUOTA_H
 #include <ufs/ufs/quota.h>
 #endif
+#if defined(__DragonFly__)
+# include <sys/param.h>
+# if __DragonFly_version >= 160000
+#  define dqblk ufs_dqblk
+# endif
+#endif
 struct dqblk quota;
 int
 main ()