]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly arscan.c.~16~
authorRoland McGrath <roland@redhat.com>
Mon, 7 Oct 1991 22:05:49 +0000 (22:05 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 7 Oct 1991 22:05:49 +0000 (22:05 +0000)
arscan.c

index 798e56b3de9f052fa002876abb9f64066f51af01..45ae7296fa3cdf38a9dc46a763b5f320ca23b6eb 100644 (file)
--- a/arscan.c
+++ b/arscan.c
@@ -95,7 +95,7 @@ extern void free ();
 #if    defined(__GNU_LIBRARY__) || defined(POSIX) || defined(_IBMR2)
 #include <unistd.h>
 #else
-extern int read (), close (), write (), fstat ();
+extern int read (), open (), close (), write (), fstat ();
 extern long int lseek (), atol ();
 extern int atoi ();
 #endif