X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fgroup-member.c;h=018702655e923db55ade234002dd21d64b9d1e97;hb=e5cf463ba47a430a4a2509e029222682f974499f;hp=67fb9fd7c1837152876989b17f0cea959924147f;hpb=267a39bafd249d7eb9c37df06dc6defcf41cb343;p=gnulib.git diff --git a/lib/group-member.c b/lib/group-member.c index 67fb9fd7c..018702655 100644 --- a/lib/group-member.c +++ b/lib/group-member.c @@ -1,5 +1,7 @@ /* group-member.c -- determine whether group id is in calling user's group list - Copyright (C) 1994, 1997, 1998, 2003 Free Software Foundation, Inc. + + Copyright (C) 1994, 1997, 1998, 2003, 2005, 2006 Free Software + Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -15,9 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#if HAVE_CONFIG_H -# include -#endif +#include #include "group-member.h" @@ -26,9 +26,7 @@ #include #include -#if HAVE_UNISTD_H -# include -#endif +#include #include "xalloc.h"