Formerly arscan.c.~16~

This commit is contained in:
Roland McGrath 1991-10-07 22:05:49 +00:00
parent 97d38d0817
commit fb0ffcddc8

View file

@ -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