From f180e0b390dc841e70e5b79fde97ae93a9b35607 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Thu, 14 Sep 2006 00:53:04 +0000 Subject: [PATCH] * getopt.c: Fix typo in last commit. --- lib/ChangeLog | 4 ++++ lib/getopt.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index dd9b4626c7..7b53e0d617 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2006-09-13 Eric Blake + + * getopt.c: Fix typo in last commit. + 2006-09-13 Paul Eggert * _fpending.c: Include unconditionally, since we no diff --git a/lib/getopt.c b/lib/getopt.c index 83354cd127..3580ad825c 100644 --- a/lib/getopt.c +++ b/lib/getopt.c @@ -20,7 +20,7 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef_LIBC +#ifndef _LIBC # include #endif -- 2.30.2