mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-29 08:09:03 +00:00
Formerly arscan.c.~16~
This commit is contained in:
parent
97d38d0817
commit
fb0ffcddc8
1 changed files with 1 additions and 1 deletions
2
arscan.c
2
arscan.c
|
@ -95,7 +95,7 @@ extern void free ();
|
||||||
#if defined(__GNU_LIBRARY__) || defined(POSIX) || defined(_IBMR2)
|
#if defined(__GNU_LIBRARY__) || defined(POSIX) || defined(_IBMR2)
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#else
|
#else
|
||||||
extern int read (), close (), write (), fstat ();
|
extern int read (), open (), close (), write (), fstat ();
|
||||||
extern long int lseek (), atol ();
|
extern long int lseek (), atol ();
|
||||||
extern int atoi ();
|
extern int atoi ();
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue