ruby-changes:45651
From: nobu <ko1@a...>
Date: Mon, 27 Feb 2017 14:58:36 +0900 (JST)
Subject: [ruby-changes:45651] nobu:r57724 (trunk): ext/socket/extconf.rb: fix a typo
nobu 2017-02-27 14:58:31 +0900 (Mon, 27 Feb 2017) New Revision: 57724 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=57724 Log: ext/socket/extconf.rb: fix a typo Modified files: trunk/ext/socket/extconf.rb Index: ext/socket/extconf.rb =================================================================== --- ext/socket/extconf.rb (revision 57723) +++ ext/socket/extconf.rb (revision 57724) @@ -653,7 +653,7 @@ EOS https://github.com/ruby/ruby/blob/trunk/ext/socket/extconf.rb#L653 #include <netinet/in.h> int t(struct in6_addr *addr) {return IN6_IS_ADDR_UNSPECIFIED(addr);} SRC - print "fixing apple's netinet6/in6.rb ..."; $stdout.flush + print "fixing apple's netinet6/in6.h ..."; $stdout.flush in6 = File.read("/usr/include/#{hdr}") if in6.gsub!(/\*\(const\s+__uint32_t\s+\*\)\(const\s+void\s+\*\)\(&(\(\w+\))->s6_addr\[(\d+)\]\)/) do i, r = $2.to_i.divmod(4) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/