From 2d0c5eefd05ebe38eaf003940b4fd0feaa3e7b2f Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 22 Sep 2005 06:05:39 +0000 Subject: Sync from gnulib. --- lib/group-member.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/group-member.c') diff --git a/lib/group-member.c b/lib/group-member.c index a338674b2..7b189f241 100644 --- a/lib/group-member.c +++ b/lib/group-member.c @@ -1,5 +1,5 @@ /* 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 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,7 +15,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 +#ifdef HAVE_CONFIG_H # include #endif -- cgit v1.2.3-54-g00ecf