summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-10 15:38:48 +0000
committerwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-10 15:38:48 +0000
commit665787ea4e0cef0157d6f4a6bca65973ce8839be (patch)
treeddfc5f39de95a292040b394698a8292e4eda53f6 /ChangeLog
parent69c8bf73294c1b99389b8e81f7003a88c67ff4cc (diff)
Added FCNTL inclusion to fix a compile error with solaris (backport from r22812)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@24028 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index eea1344842..d6b838bc2b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
-Thu Jul 9 11:22:00 2009 Kirk Haines <khaines@ruby-lang.org>
+Fri Jul 10 04:00:00 2009 Kirk Haines <khaines@ruby-lang.org>
+
+ * file.c: Added FCNTL inclusion to fix a compile error with solaris (backport from r22812)
+
+Thu Jul 9 11:22:00 2009 Kirk Haines <khaines@ruby-lang.org>
* gc.c: Add a check for DATA_PTR(obj) to run_final as a stopgap fix for debilitating segfaults.