* ext/etc/etc.c (setup_passwd): revert r41560, unnecessary
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41563 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3f236ce7ba
commit
98fec7b4a2
@ -1,3 +1,7 @@
|
|||||||
|
Sat Jun 22 15:25:00 2013 Charlie Somerville <charliesome@ruby-lang.org>
|
||||||
|
|
||||||
|
* ext/etc/etc.c (setup_passwd): revert r41560, unnecessary
|
||||||
|
|
||||||
Sat Jun 22 14:39:00 2013 Charlie Somerville <charliesome@ruby-lang.org>
|
Sat Jun 22 14:39:00 2013 Charlie Somerville <charliesome@ruby-lang.org>
|
||||||
|
|
||||||
* ext/etc/etc.c (Init_etc): omit 'passwd' from definition of Etc::Passwd
|
* ext/etc/etc.c (Init_etc): omit 'passwd' from definition of Etc::Passwd
|
||||||
|
@ -116,7 +116,7 @@ setup_passwd(struct passwd *pwd)
|
|||||||
#ifdef HAVE_STRUCT_PASSWD_PW_EXPIRE
|
#ifdef HAVE_STRUCT_PASSWD_PW_EXPIRE
|
||||||
INT2NUM(pwd->pw_expire),
|
INT2NUM(pwd->pw_expire),
|
||||||
#endif
|
#endif
|
||||||
(VALUE)0 /*dummy*/
|
0 /*dummy*/
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user