maint: use <unistd.h>, not "group-member.h"
authorJim Meyering <meyering@redhat.com>
Thu, 12 May 2011 06:23:02 +0000 (08:23 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 12 May 2011 06:23:52 +0000 (08:23 +0200)
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.

lib/euidaccess-stat.c
src/chgrp.c

index 0fc5646..46c04b8 100644 (file)
@@ -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
index 6820bdb..1b4847d 100644 (file)
@@ -26,7 +26,6 @@
 #include "chown-core.h"
 #include "error.h"
 #include "fts_.h"
-#include "group-member.h"
 #include "quote.h"
 #include "root-dev-ino.h"
 #include "xstrtol.h"