summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorodaira <odaira@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-03 13:54:54 +0000
committerodaira <odaira@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-05-03 13:54:54 +0000
commitfadd0160d0a4ac46af821c118f068d3fd806b990 (patch)
tree3ed2fea2e1d54ff759961a2105a6561ad2e157f1 /ChangeLog
parent9a2c3fd65e9937f2bf3aa9bfdd5b9e5605fd7642 (diff)
* ext/-test-/file/fs.c: need to include sys/statvfs.h
to use statvfs(). * ext/-test-/file/extconf.rb: check the existence of sys/statvfs.h git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50423 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e409d8176b..d348fe2197 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Sun May 3 22:40:06 2015 Rei Odaira <Rei.Odaira@gmail.com>
+
+ * ext/-test-/file/fs.c: need to include sys/statvfs.h
+ to use statvfs().
+
+ * ext/-test-/file/extconf.rb: check the existence of
+ sys/statvfs.h
+
Sun May 3 21:59:48 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
* lib/yaml.rb: fix typo. [ci skip][fix GH-890]