summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-19 20:00:00 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-19 20:00:00 +0000
commit7a1972ab9c729d586d9f3b53326f6fe6fe600703 (patch)
treed459e410b58464a344c36cf885798dfe9eb746e5 /ChangeLog
parentb9a178e56c8ba06f70533fc81dc4081375cb8f9f (diff)
* ext/socket/extconf.rb: Don't check fields of struct tcp_info if the
structure is not available. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46024 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c2d1abcbb9..fb31b7e178 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue May 20 04:58:54 2014 Tanaka Akira <akr@fsij.org>
+
+ * ext/socket/extconf.rb: Don't check fields of struct tcp_info if the
+ structure is not available.
+
Mon May 19 23:13:33 2014 Tanaka Akira <akr@fsij.org>
* ext/socket/option.c (inspect_tcp_info): Permit longer data. (glibc