projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0632e11
)
* getopt.c: Fix typo in last commit.
author
Eric Blake
<ebb9@byu.net>
Thu, 14 Sep 2006 00:53:04 +0000
(
00:53
+0000)
committer
Eric Blake
<ebb9@byu.net>
Thu, 14 Sep 2006 00:53:04 +0000
(
00:53
+0000)
lib/ChangeLog
patch
|
blob
|
history
lib/getopt.c
patch
|
blob
|
history
diff --git
a/lib/ChangeLog
b/lib/ChangeLog
index dd9b4626c7a6c55a3bef4be549f387610f097aa2..7b53e0d61704ca61025f90ad6a8bf4b73fefce0e 100644
(file)
--- 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
diff --git
a/lib/getopt.c
b/lib/getopt.c
index 83354cd127ff0c011af9fb74c6c720884449252f..3580ad825c64792235a1d94f134235fc834c2b81 100644
(file)
--- 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. */
\f
-#ifndef_LIBC
+#ifndef
_LIBC
# include <config.h>
#endif