diff options
author | Roland McGrath <roland@redhat.com> | 1992-07-01 00:52:41 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-07-01 00:52:41 +0000 |
commit | 41d94fb0e3452ae219d5af95a59e7cce5d2ab343 (patch) | |
tree | 0b460941f29b0ba818272be0a39b1683ce3fdb0b | |
parent | d425bd20a266b3c2480da60e772834c33db097bd (diff) | |
download | gunmake-41d94fb0e3452ae219d5af95a59e7cce5d2ab343.tar.gz |
Formerly function.c.~19~
-rw-r--r-- | function.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -21,9 +21,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "dep.h" #include "commands.h" #include "job.h" -#include <errno.h> - -extern int errno; static char *string_glob (); |