A small additional patch to avoid sigsegv on x86_64 (sorry, i don't find upload button):
--- quota.c.orig 2009-11-28 21:22:31.000000000 +0100
+++ quota.c 2009-11-28 21:24:18.000000000 +0100
@@ -468,7 +468,7 @@
"curinodes",
"btimelimit",
"itimelimit",
- 0);
+ NULL);
/* for compatibility */
#define DQ_ALIAS(a,b...
2009-11-28 20:26:03 UTC by ggarami