summaryrefslogtreecommitdiff
path: root/sysutils/setquota/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/setquota/patches/patch-ag')
-rw-r--r--sysutils/setquota/patches/patch-ag13
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/setquota/patches/patch-ag b/sysutils/setquota/patches/patch-ag
new file mode 100644
index 00000000000..7d67279847e
--- /dev/null
+++ b/sysutils/setquota/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2006/09/24 15:33:54 joerg Exp $
+
+--- quotatool.h.orig 2006-09-24 17:32:17.000000000 +0000
++++ quotatool.h
+@@ -34,4 +34,8 @@
+ */
+
++#if defined(__DragonFly__) && __DragonFly_version >= 160000
++#define dqblk ufs_dqblk
++#endif
++
+ typedef struct q_member {
+ char name[MAXLOGNAME];