mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
316 B

--- ./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>