From 0b6bb3b193a132941bff80421cdf59c00ada0460 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 19 Jun 2006 07:14:28 +0000 Subject: * ext/socket/socket.c (unix_sysaccept): typo fixed. * ext/socket/socket.c (sock_connect): remove an unused local variable tmpaddr. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10323 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 276850dad..b4e161e6c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Jun 19 13:22:48 2006 Yukihiro Matsumoto + + * ext/socket/socket.c (unix_sysaccept): typo fixed. + + * ext/socket/socket.c (sock_connect): remove an unused local + variable tmpaddr. + Mon Jun 19 02:10:32 2006 Yukihiro Matsumoto * ext/socket/socket.c (tcp_accept_nonblock): forgot to remove -- cgit