diff options
Diffstat (limited to 'source3/lib/sysquotas_4A.c')
-rw-r--r-- | source3/lib/sysquotas_4A.c | 4 |
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 |