X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fgroup-member.c;h=4ca8cb51a3021820453fba155831786c793723fc;hb=3f8c9c6b3e239d83bd7884401cf4efa21050d524;hp=f9bb8fcd4a9903689b893def59ede3769edc11c6;hpb=07910a77f2c542554338c7ca333d5ec03a09cbe3;p=gnulib.git diff --git a/lib/group-member.c b/lib/group-member.c index f9bb8fcd4..4ca8cb51a 100644 --- a/lib/group-member.c +++ b/lib/group-member.c @@ -12,29 +12,22 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifdef HAVE_CONFIG_H -#if defined (CONFIG_BROKETS) -/* We use instead of "config.h" so that a compilation - using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h - (which it would do because it found this file in $srcdir). */ -#include -#else -#include "config.h" -#endif +# include #endif #include #include #ifdef STDC_HEADERS -#include +# include #endif #ifdef HAVE_UNISTD_H -#include +# include #endif #include "group-member.h" @@ -127,7 +120,7 @@ group_member (gid) break; } } - + free_group_info (gi); return found;