From 932e6c807f8a8c64dcb38db0a0f4c67c73fb116b Mon Sep 17 00:00:00 2001 From: michal Date: Tue, 17 Sep 2002 13:52:45 +0000 Subject: move struct timeval to missing.h git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2873 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- process.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'process.c') diff --git a/process.c b/process.c index 9d98bc587..2a2f9afee 100644 --- a/process.c +++ b/process.c @@ -22,16 +22,6 @@ #endif #include -#ifndef NT -#ifdef HAVE_SYS_TIME_H -# include -#else -struct timeval { - long tv_sec; /* seconds */ - long tv_usec; /* and microseconds */ -}; -#endif -#endif /* NT */ #include struct timeval rb_time_interval _((VALUE)); -- cgit