summaryrefslogtreecommitdiff
path: root/source3/lib/sysquotas_4A.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2004-01-06 10:22:13 +0000
committerAndrew Bartlett <abartlet@samba.org>2004-01-06 10:22:13 +0000
commit18a4994e922f18a9912e7f895552548b566afa8b (patch)
tree73f95e0a5dc42b0877656df577dde770ea5ab9cd /source3/lib/sysquotas_4A.c
parent9a211a9b0a33933c133c065f4dad304dfad90e9d (diff)
downloadsamba-18a4994e922f18a9912e7f895552548b566afa8b.tar.gz
samba-18a4994e922f18a9912e7f895552548b566afa8b.tar.bz2
samba-18a4994e922f18a9912e7f895552548b566afa8b.zip
Patch by Stefan Metzmacher <metze@metzemix.de>:
here's a small fix that fixes the new quota system on irix. I need to reanable XFS quotas on irix for the new quota system (Jerry do you want to wait for this for the release ?) But the old system works and is the default on irix! (This used to be commit 5d43e00a49afc4cf523a531ae6db1a3a8b86c650)
Diffstat (limited to 'source3/lib/sysquotas_4A.c')
-rw-r--r--source3/lib/sysquotas_4A.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/lib/sysquotas_4A.c b/source3/lib/sysquotas_4A.c
index 1460459d30..fb69417104 100644
--- a/source3/lib/sysquotas_4A.c
+++ b/source3/lib/sysquotas_4A.c
@@ -41,6 +41,10 @@
#define Q_SETQLIM Q_SETQUOTA
#endif
+#ifndef QCMD
+#define QCMD(x,y) x
+#endif
+
#ifdef GRPQUOTA
#define HAVE_GROUP_QUOTA
#endif