* 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 dd9b4626c7a6c55a3bef4be549f387610f097aa2..7b53e0d61704ca61025f90ad6a8bf4b73fefce0e 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 83354cd127ff0c011af9fb74c6c720884449252f..3580ad825c64792235a1d94f134235fc834c2b81 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