diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-09-08 06:00:56 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-09-08 06:00:56 +0000 |
commit | 4d0675afac3f977c5438b50c74171bc1611e28b1 (patch) | |
tree | 0f888641a03c7ef9d7ff86f932ab9c544fe5c925 /process.c | |
parent | 4ad9d4f0ef3c477f44853c4554d4bb52d8ce33b2 (diff) | |
download | ruby-4d0675afac3f977c5438b50c74171bc1611e28b1.tar.gz ruby-4d0675afac3f977c5438b50c74171bc1611e28b1.tar.xz ruby-4d0675afac3f977c5438b50c74171bc1611e28b1.zip |
* merged a patch from Takahiro Kambe <taca@back-street.net> to
support DragonFly BSD. [ruby-dev:26984]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9103 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'process.c')
-rw-r--r-- | process.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -2281,7 +2281,6 @@ static VALUE p_uid_change_privilege(obj, id) VALUE obj, id; { - extern int errno; int uid; check_uid_switch(); @@ -2886,7 +2885,6 @@ static VALUE p_gid_change_privilege(obj, id) VALUE obj, id; { - extern int errno; int gid; check_gid_switch(); @@ -3413,7 +3411,6 @@ static VALUE p_uid_switch(obj) VALUE obj; { - extern int errno; int uid, euid; check_uid_switch(); @@ -3455,7 +3452,6 @@ static VALUE p_uid_switch(obj) VALUE obj; { - extern int errno; int uid, euid; check_uid_switch(); @@ -3526,7 +3522,6 @@ static VALUE p_gid_switch(obj) VALUE obj; { - extern int errno; int gid, egid; check_gid_switch(); @@ -3567,7 +3562,6 @@ static VALUE p_gid_switch(obj) VALUE obj; { - extern int errno; int gid, egid; check_gid_switch(); |