summaryrefslogtreecommitdiff
path: root/lib/group-member.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/group-member.c')
-rw-r--r--lib/group-member.c4
1 files changed, 2 insertions, 2 deletions
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 <config.h>
#endif