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
extserv.rb * lib/drb/extserv.rb: remove duplicate code with sample direcotry. 2014-07-22 19:06:12 +00:00
extservm.rb
gw.rb
invokemethod.rb
observer.rb
ssl.rb * lib/drb/drb.rb: Support graceful shutdown. 2014-09-21 17:06:05 +00:00
timeridconv.rb
unix.rb drb: avoid redundant fcntl call 2015-05-27 00:43:02 +00:00