From 26efff07bde6a562114d8df32fe7b992c04b6e68 Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 20 May 2004 06:04:39 +0000 Subject: * ext/socket/socket.c: check SCM_RIGHTS macro addition to the msg_control field to test existence of file descriptor passing by msg_control. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6374 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 67760f366..e7ff5c7e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu May 20 14:35:52 2004 Tanaka Akira + + * ext/socket/socket.c: check SCM_RIGHTS macro addition to + the msg_control field to test existence of file descriptor passing + by msg_control. + Thu May 20 12:38:06 2004 Yukihiro Matsumoto * numeric.c (flo_eq): alway check if operands are NaN. -- cgit