From 32dc42cf1a248821df7594047bd3fd7822622b32 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 18 May 1998 04:56:27 +0000 Subject: *** empty log message *** git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@215 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- file.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'file.c') diff --git a/file.c b/file.c index 2404211ab6..4ea5871f8b 100644 --- a/file.c +++ b/file.c @@ -43,17 +43,12 @@ struct timeval { #endif #ifndef HAVE_STRING_H -char *strrchr(); +char *strrchr _((char*,char)); #endif #include #include -#ifndef NT -char *strdup(); -char *getenv(); -#endif - #ifdef USE_CWGUSI #include "macruby_missing.h" extern int fileno(FILE *stream); @@ -65,8 +60,6 @@ VALUE cFile; VALUE mFileTest; static VALUE sStat; -VALUE time_new(); - VALUE file_open(fname, mode) char *fname, *mode; -- cgit v1.2.3