From 126ffbd45f65d3a6940afc8aaacfada8a73ea8a0 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 25 Sep 2016 15:21:38 +0200 Subject: sync header with glibc Fixes a compile error for samba 4.5.0. Reported-by: Gustavo Zacarias --- include/sys/quota.h | 6 +----- 1 file changed, 1 insertion(+), 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 #include -#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 /* -- cgit v1.2.3