From: Roland McGrath Date: Thu, 11 Jun 1992 05:05:49 +0000 (+0000) Subject: Formerly remake.c.~28~ X-Git-Tag: 3.70.2~744 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5631243fddce1ab03f4c140fa0ebe1e766f60699;p=thirdparty%2Fmake.git Formerly remake.c.~28~ --- diff --git a/remake.c b/remake.c index 5fdeae3c..9fa70a6a 100644 --- a/remake.c +++ b/remake.c @@ -29,12 +29,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #endif - -#if !defined(__GNU_LIBRARY__) && !defined(POSIX) -extern int fstat (); -extern time_t time (); -#endif - extern int try_implicit_rule ();