* getopt.c: Fix typo in last commit.
authorEric Blake <ebb9@byu.net>
Thu, 14 Sep 2006 00:53:04 +0000 (00:53 +0000)
committerEric Blake <ebb9@byu.net>
Thu, 14 Sep 2006 00:53:04 +0000 (00:53 +0000)
lib/ChangeLog
lib/getopt.c

index dd9b462..7b53e0d 100644 (file)
@@ -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
index 83354cd..3580ad8 100644 (file)
@@ -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.  */
 \f
-#ifndef_LIBC
+#ifndef _LIBC
 # include <config.h>
 #endif