mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
20 lines
400 B
Plaintext
20 lines
400 B
Plaintext
|
--- ile.c.orig Wed Jun 25 01:54:50 1997
|
||
|
+++ ile.c Wed Jun 25 01:55:24 1997
|
||
|
@@ -65,7 +65,7 @@
|
||
|
#include <errno.h>
|
||
|
#include <sys/ioctl.h>
|
||
|
#include <sys/types.h>
|
||
|
-#include <sys/dir.h>
|
||
|
+#include <sys/dirent.h>
|
||
|
#include <sys/file.h>
|
||
|
#include <sys/time.h>
|
||
|
/*
|
||
|
@@ -75,7 +75,6 @@
|
||
|
/* Definitions of system stuff. */
|
||
|
extern int errno;
|
||
|
|
||
|
-long lseek();
|
||
|
char *malloc();
|
||
|
char *realloc();
|
||
|
time_t time();
|