X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgroup-member.c;h=018702655e923db55ade234002dd21d64b9d1e97;hb=e5cf463ba47a430a4a2509e029222682f974499f;hp=09a9ffc78bd9e079284f7fc1e0bdbd4270df243b;hpb=222b0486b7db1b09293e05512873d633440efcb3;p=gnulib.git diff --git a/lib/group-member.c b/lib/group-member.c index 09a9ffc78..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. */ -#ifdef 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"