diff options
author | Roland McGrath <roland@redhat.com> | 1992-07-01 00:52:43 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-07-01 00:52:43 +0000 |
commit | 6feabe12a7d95ccaeea414a9a837f9021899c674 (patch) | |
tree | e53b9e4f2e4586b6d192b29e9932258ee071241e | |
parent | 41d94fb0e3452ae219d5af95a59e7cce5d2ab343 (diff) | |
download | gunmake-6feabe12a7d95ccaeea414a9a837f9021899c674.tar.gz |
Formerly file.c.~15~
-rw-r--r-- | file.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -20,10 +20,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "dep.h" #include "file.h" #include "variable.h" -#include <errno.h> - - -extern int errno; /* Hash table of files the makefile knows how to make. */ |