diff options
author | Roland McGrath <roland@redhat.com> | 1991-10-07 22:05:49 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1991-10-07 22:05:49 +0000 |
commit | fb0ffcddc81da7d9d9756c364805a190ee61fd80 (patch) | |
tree | ea8440e86820e989a092ae56c179089cb4ab71df | |
parent | 97d38d08176611af5e10ab84e4c812962bf98600 (diff) | |
download | gunmake-fb0ffcddc81da7d9d9756c364805a190ee61fd80.tar.gz |
Formerly arscan.c.~16~
-rw-r--r-- | arscan.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |