1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix a typo.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3258 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
knu 2002-12-31 11:47:58 +00:00
parent 50f10d2a63
commit 5283944378

View file

@ -10,7 +10,7 @@ Tue Dec 31 20:23:25 2002 Akinori MUSHA <knu@iDaemons.org>
Tcl/Tk libraries named this way.
* ext/socket/addrinfo.h (NI_MAXHOST): Define NI_MAXHOST and
NI_MAXHOST only if they are not defined yet. This fixes build
NI_MAXSERV only if they are not defined yet. This fixes build
on such platforms as OpenBSD.
Tue Dec 31 19:29:47 2002 Akinori MUSHA <knu@iDaemons.org>