ruby-changes:4623
From: ko1@a...
Date: Mon, 21 Apr 2008 10:17:54 +0900 (JST)
Subject: [ruby-changes:4623] usa - Ruby:r16117 (ruby_1_8): * time.c: should include <errno.h> to refer errno.
usa 2008-04-21 10:17:41 +0900 (Mon, 21 Apr 2008)
New Revision: 16117
Modified files:
branches/ruby_1_8/ChangeLog
branches/ruby_1_8/time.c
Log:
* time.c: should include <errno.h> to refer errno.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ChangeLog?r1=16117&r2=16116&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/time.c?r1=16117&r2=16116&diff_format=u
Index: ruby_1_8/time.c
===================================================================
--- ruby_1_8/time.c (revision 16116)
+++ ruby_1_8/time.c (revision 16117)
@@ -13,6 +13,7 @@
#include "ruby.h"
#include <sys/types.h>
#include <time.h>
+#include <errno.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
Index: ruby_1_8/ChangeLog
===================================================================
--- ruby_1_8/ChangeLog (revision 16116)
+++ ruby_1_8/ChangeLog (revision 16117)
@@ -1,3 +1,7 @@
+Mon Apr 21 10:17:17 2008 NAKAMURA Usaku <usa@r...>
+
+ * time.c: should include <errno.h> to refer errno.
+
Mon Apr 21 10:02:43 2008 NAKAMURA Usaku <usa@r...>
* hash.c (recursive_hash): prototype.
--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/