diff mbox

[uclibc-ng-devel] uClibc-ng - small C library for embedded systems branch master updated. v1.0.17-14-g126ffbd

Message ID 20160925132404.DE3E31010E@helium.openadk.org
State Not Applicable
Headers show

Commit Message

wbx Sept. 25, 2016, 1:24 p.m. UTC
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "uClibc-ng - small C library for embedded systems".

The branch, master has been updated
       via  126ffbd45f65d3a6940afc8aaacfada8a73ea8a0 (commit)
      from  57f820bab9108550907f03828d61525c833004a4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 126ffbd45f65d3a6940afc8aaacfada8a73ea8a0
Author: Waldemar Brodkorb <wbx@uclibc-ng.org>
Date:   Sun Sep 25 15:21:38 2016 +0200

    sync header with glibc
    
    Fixes a compile error for samba 4.5.0.
    
    Reported-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

-----------------------------------------------------------------------

Summary of changes:
 include/sys/quota.h | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)



hooks/post-receive
diff mbox

Patch

diff --git a/include/sys/quota.h b/include/sys/quota.h
index 088e613..316febe 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
 
 /*