diff options
author | Jim Meyering <meyering@redhat.com> | 2011-05-12 08:23:02 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-05-12 08:23:52 +0200 |
commit | 6bc73ee56ee525b30053cf7ec06215ef39f9e8de (patch) | |
tree | ec8f9bdc95653d1bb91b6e364e3ab864f1951fde /lib | |
parent | eec0e6d2e4f6bc62384f6474c0addc4489dee1ec (diff) | |
download | coreutils-6bc73ee56ee525b30053cf7ec06215ef39f9e8de.tar.xz |
maint: use <unistd.h>, not "group-member.h"
gnulib's group-member module now ensures that the group_member
function is declared in <unistd.h>, just like it is glibc.
* lib/euidaccess-stat.c: Remove inclusion of "group-member.h".
* src/chgrp.c: Likewise.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/euidaccess-stat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/euidaccess-stat.c b/lib/euidaccess-stat.c index 0fc564643..46c04b8d4 100644 --- a/lib/euidaccess-stat.c +++ b/lib/euidaccess-stat.c @@ -25,7 +25,6 @@ #include <unistd.h> -#include "group-member.h" #include "stat-macros.h" /* Return true if the current user has permission of type MODE |