aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-08 15:42:17 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-08 15:42:17 +0000
commitf11d2b55f745810c6e1de8c0474001bdf8310efe (patch)
tree4eb77cfef7ab379247cfc437638ac9fa37451a27 /ChangeLog
parent9e457481438cf8b4dbe033b6fbd5ea612c4529c1 (diff)
downloadruby-f11d2b55f745810c6e1de8c0474001bdf8310efe.tar.gz
* ext/socket/option.c (inspect_local_peercred): cr_uid is a effective
uid, not a real uid. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22138 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b24ed5d196..c41185859f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Feb 9 00:37:06 2009 Tanaka Akira <akr@fsij.org>
+
+ * ext/socket/option.c (inspect_local_peercred): cr_uid is a effective
+ uid, not a real uid.
+
Mon Feb 9 00:30:56 2009 Tanaka Akira <akr@fsij.org>
* ext/socket/extconf.rb: check sys/param.h and sys/ucred.h.