[PATCH] fix new quota system on irix

Stefan Metzmacher metze at metzemix.de
Tue Jan 6 09:12:50 GMT 2004


Hi *,

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!


-- 

metze

-------------------------------------------
Stefan (metze) Metzmacher <metze at metzemix.de>
-------------- next part --------------
Index: lib/sysquotas_4A.c
===================================================================
RCS file: /cvsroot/samba/source/lib/Attic/sysquotas_4A.c,v
retrieving revision 1.1.2.1
diff -u -r1.1.2.1 sysquotas_4A.c
--- lib/sysquotas_4A.c	5 Jan 2004 21:02:37 -0000	1.1.2.1
+++ lib/sysquotas_4A.c	6 Jan 2004 09:06:26 -0000
@@ -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


More information about the samba-technical mailing list