This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/20525] <sys/quota.h> should be based on kernel headers


https://sourceware.org/bugzilla/show_bug.cgi?id=20525

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
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 "GNU C Library master sources".

The branch, master has been updated
       via  4d728087ef8cc826b05bd21d0c74d4eca9b1a27d (commit)
      from  de6b6d14e9b4d8e9a7333addca55163d9ebb7ff6 (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 -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=4d728087ef8cc826b05bd21d0c74d4eca9b1a27d

commit 4d728087ef8cc826b05bd21d0c74d4eca9b1a27d
Author: Florian Weimer <fweimer@redhat.com>
Date:   Thu Sep 1 15:53:13 2016 +0200

    Base <sys/quota.h> on Linux kernel headers [BZ #20525]

    Macros which are also defined in <linux/quota.h> are removed, and
    <linux/quota.h> is included instead.

    This commit cleans up the definition of fs_to_dq_blocks and struct
    dqblock and struct dqinfo, too.

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

Summary of changes:
 ChangeLog                                          |   19 +++
 NEWS                                               |    4 +
 sysdeps/unix/sysv/linux/Makefile                   |    2 +-
 sysdeps/unix/sysv/linux/sys/quota.h                |  169 +++++---------------
 .../unix/sysv/linux/tst-quota.c                    |   66 +++-----
 5 files changed, 90 insertions(+), 170 deletions(-)
 copy nptl/tst-align.c => sysdeps/unix/sysv/linux/tst-quota.c (56%)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]