projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5e4d2f
)
* m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
author
Jim Meyering
<meyering@redhat.com>
Thu, 7 Aug 2008 09:48:23 +0000
(11:48 +0200)
committer
Jim Meyering
<meyering@redhat.com>
Thu, 7 Aug 2008 09:48:23 +0000
(11:48 +0200)
ChangeLog
patch
|
blob
|
history
m4/inet_pton.m4
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index e348f2611ddb28320fd5cdee99a49fd01b492215..95c4acb13c0715a9e664458a67e114f11a39a66c 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,5
+1,7
@@
2008-08-07 Jim Meyering <meyering@redhat.com>
+ * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
+
* modules/mkstemp (License): Relicense under LGPLv2+.
2008-08-06 Bruno Haible <bruno@clisp.org>
diff --git
a/m4/inet_pton.m4
b/m4/inet_pton.m4
index a57e4c6cba52f4fd47140e7085cf06b0f19620fd..a72cd2383ca0157c01c06642b4aea7aeff996aaa 100644
(file)
--- a/
m4/inet_pton.m4
+++ b/
m4/inet_pton.m4
@@
-6,7
+6,7
@@
dnl with or without modifications, as long as this notice is preserved.
AC_DEFUN([gl_INET_PTON],
[
- dnl Persuade Solaris <arpa/inet.h> to declare inet_
ntop
.
+ dnl Persuade Solaris <arpa/inet.h> to declare inet_
pton
.
AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
AC_REQUIRE([gl_ARPA_INET_H_DEFAULTS])