diff options
Diffstat (limited to 'include/sys/quota.h')
-rw-r--r-- | include/sys/quota.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/sys/quota.h b/include/sys/quota.h index 088e6139e..316febe87 100644 --- a/include/sys/quota.h +++ b/include/sys/quota.h @@ -38,11 +38,6 @@ #include <features.h> #include <sys/types.h> -#ifdef __UCLIBC__ -# undef _LINUX_QUOTA_VERSION -# define _LINUX_QUOTA_VERSION 1 -#endif - /* * Select between different incompatible quota versions. * Default to the version used by Linux kernel version 2.4.22 @@ -124,6 +119,7 @@ # define Q_SETINFO 0x800006 /* set information about quota files */ # define Q_GETQUOTA 0x800007 /* get user quota structure */ # define Q_SETQUOTA 0x800008 /* set user quota structure */ +# define Q_GETNEXTQUOTA 0x800009 /* get disk limits and usage >= ID */ #endif /* |