changeset 11451:26ca89ce898a

Fix ChangeLog typo in my previous commit.
author Paul Eggert <eggert@cs.ucla.edu>
date Fri, 03 Apr 2009 13:31:23 -0700
parents bbc8b00b08b5
children 1b9f62427f8b
files ChangeLog
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,11 +2,12 @@
 
 	Port coreutils 7.2 to Solaris 8.
 
+	* modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
 	* m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
 	for Solaris 8.  This is a bit of a hack, as it means it's the
 	caller's responsibility to add -lnsl if needed, but most likely it
 	won't be needed since only getaddrinfo uses this and getaddrinfo
-	isn't neede on Solaris 8.
+	isn't needed on Solaris 8.
 
 	* modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
 	problem to Solaris 8 encountered with coreutils 7.2, which