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

Fix typos.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3257 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
knu 2002-12-31 11:47:29 +00:00
parent 7ca084da85
commit b8ad2fa064

View file

@ -1,8 +1,8 @@
Tue Dec 31 20:16:37 2002 Akinori MUSHA <knu@iDaemons.org>
* ext/socket/addrinfo.h (NI_MAXHOST): Define NI_MAXHOST and
NI_MAXHOST only if they are not defined yet. This fixes build
such platforms as OpenBSD.
NI_MAXSERV only if they are not defined yet. This fixes build
on such platforms as OpenBSD.
Tue Dec 31 20:07:49 2002 Akinori MUSHA <knu@iDaemons.org>