diff options
author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-11-03 13:46:46 +0000 |
---|---|---|
committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-11-03 13:46:46 +0000 |
commit | 39b5a8b4bb786d80173b42923f6f790e2570ab6f (patch) | |
tree | 252f912b932a5455145511852d7e4a21b222043f | |
parent | 7b20e9b0422be4406f6ffa5d7a2d7d04e4af6a0f (diff) | |
download | ruby-39b5a8b4bb786d80173b42923f6f790e2570ab6f.tar.gz ruby-39b5a8b4bb786d80173b42923f6f790e2570ab6f.tar.xz ruby-39b5a8b4bb786d80173b42923f6f790e2570ab6f.zip |
* process.c: On NetBSD don't use setruid() and setrgid().
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7194 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +Wed Nov 3 22:32:12 2004 NARUSE, Yui <naruse@ruby-lang.org> + + * process.c: On NetBSD don't use setruid() and setrgid(). + Wed Nov 3 22:24:17 2004 GOTOU Yuuzou <gotoyuzo@notwork.org> * lib/webrick/httpauth/digestauth.rb: use Base64.encode64 to |