ruby-cvs:17067
From: (nobu) <nobu ruby-lang.org>
Date: Mon, 3 Jul 2006 14:42:37 +0900
Subject: [ruby-cvs:17067] ruby, ruby/ext/etc: * ext/etc/extconf.rb (PW_UID2VAL, PW_GID2VAL): defaulted to conversion
nobu Mon, 3 Jul 2006 14:42:37 +0900
Modified files: (Branch: ruby_1_8)
ruby:
ChangeLog
ruby/ext/etc:
extconf.rb
Log:
* ext/etc/extconf.rb (PW_UID2VAL, PW_GID2VAL): defaulted to conversion
from int, and sys/types.h needs to be included before grp.h.
fixed: [ruby-dev:28938]
Revision Changes Path
1.2673.2.1704 +8 -2 ruby/ChangeLog
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ChangeLog?cvsroot=src&r1=1.2673.2.1703&r2=1.2673.2.1704
1.5.2.3 +3 -4 ruby/ext/etc/extconf.rb
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ext/etc/extconf.rb?cvsroot=src&r1=1.5.2.2&r2=1.5.2.3