Skip to content

Commit

Permalink
* ext/socket/lib/socket.rb: UNIXSocket is not always exists. fixes
Browse files Browse the repository at this point in the history
  install error on Windows, introduced at r52601.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52609 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
unak committed Nov 17, 2015
1 parent 55a692b commit 4b9cd6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Tue Nov 17 13:43:46 2015 NAKAMURA Usaku <usa@ruby-lang.org>

* ext/socket/lib/socket.rb: UNIXSocket is not always exists. fixes
install error on Windows, introduced at r52601.

Tue Nov 17 11:27:23 2015 Eric Wong <e@80x24.org>

* ext/socket/lib/socket.rb (Socket#recvfrom_nonblock):
Expand Down
2 changes: 1 addition & 1 deletion ext/socket/lib/socket.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1347,4 +1347,4 @@ class UNIXServer < UNIXSocket
def accept_nonblock(exception: true)
__accept_nonblock(exception)
end
end
end if defined?(UNIXSocket)

0 comments on commit 4b9cd6e

Please sign in to comment.