Fix for newer Linux quota.h version

Joe Krahn krahn at niehs.nih.gov
Mon Nov 28 09:35:01 UTC 2005


Linux has a new Quota control API. To compile resource.c, it needs the 
following, after #ifdef LINUX:

#define _LINUX_QUOTA_VERSION 1

This gives you the original API, and should not affect anyone who does 
not have the new quota.h headers.

Joe Krahn




More information about the Strace-devel mailing list