From 18a4994e922f18a9912e7f895552548b566afa8b Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 6 Jan 2004 10:22:13 +0000 Subject: Patch by Stefan Metzmacher : 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) --- source3/lib/sysquotas_4A.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/lib/sysquotas_4A.c') 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 -- cgit