From d3a2ceef4b1dded7b773293124958405543566a9 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 2 Sep 2006 19:44:42 +0000 Subject: * ext/socket/extconf.rb: check arpa/inet.h for ntohs. * ext/socket/socket.c: include arpa/inet.h if available. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10842 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 03cf1e0dc..e8aebdbf6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sun Sep 3 04:40:42 2006 Tanaka Akira + + * ext/socket/extconf.rb: check arpa/inet.h for ntohs. + + * ext/socket/socket.c: include arpa/inet.h if available. + Sun Sep 3 04:03:06 2006 Tanaka Akira * ext/curses/curses.c: define _XOPEN_SOURCE_EXTENDED on HP-UX. -- cgit