mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* merged a patch from Takahiro Kambe <taca@back-street.net> to
support DragonFly BSD. [ruby-dev:26984] * object.c (rb_mod_cvar_get, rb_mod_cvar_set): document fix from sheepman <sheepman@sheepman.sakura.ne.jp>; a bug in visibility description. [ruby-dev:26965] * sprintf.c (rb_f_sprintf): warn "too many argument" on verbose mode (-v/-w); backported from 1.9. [ruby-dev:26963] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9102 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ac0a38e8cf
commit
7b4486c877
6 changed files with 27 additions and 12 deletions
|
|
@ -103,8 +103,6 @@ char *MasterDevice = "/dev/pty%s",
|
|||
|
||||
static char SlaveName[DEVICELEN];
|
||||
|
||||
extern int errno;
|
||||
|
||||
#ifndef HAVE_SETEUID
|
||||
# ifdef HAVE_SETREUID
|
||||
# define seteuid(e) setreuid(-1, (e))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue