summaryrefslogtreecommitdiff
path: root/sysutils/setquota/patches/patch-ag
blob: 7d67279847e8709b267daae2e2295a2c27fcbff7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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];