summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-03 13:46:46 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-03 13:46:46 +0000
commit39b5a8b4bb786d80173b42923f6f790e2570ab6f (patch)
tree252f912b932a5455145511852d7e4a21b222043f
parent7b20e9b0422be4406f6ffa5d7a2d7d04e4af6a0f (diff)
downloadruby-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 420d7aa08..bdc7632ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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