--- ./resource.c.orig 2005-12-12 13:33:58.000000000 +0100
|
|
+++ ./resource.c 2005-12-12 13:37:51.000000000 +0100
|
|
@@ -32,6 +32,9 @@
|
|
|
|
#include "defs.h"
|
|
|
|
+// strace doesn't know about the 2nd generation linux quota api
|
|
+#define _LINUX_QUOTA_VERSION 1
|
|
+
|
|
#include <sys/resource.h>
|
|
#ifdef LINUX
|
|
#include <sys/times.h>
|