pkgsrc/net/wu-ftpd/patches/patch-ao
2006-09-22 18:58:59 +00:00

17 lines
423 B
Text

$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 ()