diff options
author | Roland McGrath <roland@redhat.com> | 1992-06-11 05:05:49 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-06-11 05:05:49 +0000 |
commit | 5631243fddce1ab03f4c140fa0ebe1e766f60699 (patch) | |
tree | 487c6e8383c55f3913ffe28e230086a7550ec87a | |
parent | a61fc8acd1648f11e7b359e8d5505a2a620e2423 (diff) | |
download | gunmake-5631243fddce1ab03f4c140fa0ebe1e766f60699.tar.gz |
Formerly remake.c.~28~
-rw-r--r-- | remake.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -29,12 +29,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <fcntl.h> #endif - -#if !defined(__GNU_LIBRARY__) && !defined(POSIX) -extern int fstat (); -extern time_t time (); -#endif - extern int try_implicit_rule (); |