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