Made acceptable for our ANSI C compiler

This commit is contained in:
ceriel
1991-12-03 11:03:58 +00:00
parent f7ad1b00bf
commit adeddf5c45
10 changed files with 18 additions and 17 deletions

View File

@@ -11,6 +11,9 @@
#include <sys/types.h>
#include <sys/stat.h>
#if __STDC__
#include <time.h>
#endif
#include <sys/times.h>
extern int errno; /* UNIX error number */
@@ -54,7 +57,6 @@ struct timeb { /* non-existing; we use an ad-hoc definition */
#define DUPMASK 0x40
extern long times();
extern long lseek();
#ifdef SYS_V
extern unsigned int alarm();