changeset 7303:8fa5a2dcbf3b

* getopt.c: Fix typo in last commit.
author Eric Blake <ebb9@byu.net>
date Thu, 14 Sep 2006 00:53:04 +0000
parents 8a1a9361108c
children 1c4ed7637c24
files lib/ChangeLog lib/getopt.c
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,7 @@
+2006-09-13  Eric Blake  <ebb9@byu.net>
+
+	* getopt.c: Fix typo in last commit.
+
 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
 
 	* _fpending.c: Include <config.h> unconditionally, since we no
--- 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 <config.h>
 #endif