ruby/lib/drb
normal 46ad38a44d drb: avoid redundant fcntl call
Sockets are close-on-exec by default since Ruby 2.0, so it
is redundant to set it again.

* lib/drb/drb.rb (set_sockopt): remove redundant fcntl call
* lib/drb/unix.rb (set_sockopt): ditto
  [ruby-core:69128] [Feature #11137]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50645 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-05-27 00:43:02 +00:00
..
acl.rb * lib/drb/acl.rb: Removed meaningless #to_s methods in interpolation. 2014-08-27 12:21:41 +00:00
drb.rb drb: avoid redundant fcntl call 2015-05-27 00:43:02 +00:00
eq.rb * lib/drb/drb.rb: Improved documentation by adding or hiding methods. 2013-01-25 03:25:39 +00:00
extserv.rb * lib/drb/extserv.rb: remove duplicate code with sample direcotry. 2014-07-22 19:06:12 +00:00
extservm.rb * lib/drb/extservm.rb (DRb::ExtServManager): don't use /bin/sh to 2012-04-22 11:35:03 +00:00
gw.rb * lib/drb/drb.rb: Improved documentation by adding or hiding methods. 2013-01-25 03:25:39 +00:00
invokemethod.rb * lib/drb/invokemethod.rb: [DOC] nodoc InvokeMethod18Mixin 2013-07-23 00:28:24 +00:00
observer.rb * lib/drb/drb.rb: Improved documentation by adding or hiding methods. 2013-01-25 03:25:39 +00:00
ssl.rb * lib/drb/drb.rb: Support graceful shutdown. 2014-09-21 17:06:05 +00:00
timeridconv.rb * lib/drb/drb.rb: Improved documentation by adding or hiding methods. 2013-01-25 03:25:39 +00:00
unix.rb drb: avoid redundant fcntl call 2015-05-27 00:43:02 +00:00