summaryrefslogtreecommitdiff
path: root/misc/lile/patches
diff options
context:
space:
mode:
authorhubertf <hubertf>1997-10-11 21:53:59 +0000
committerhubertf <hubertf>1997-10-11 21:53:59 +0000
commitf5ee8e2561694e498edddcfba4a7f15ea35e3c17 (patch)
treecd1e0be6347cb17aeb9201b0ecc45b0286c98b53 /misc/lile/patches
parentef17a602de1210761f4ecdc6eea0e872eae46423 (diff)
downloadpkgsrc-f5ee8e2561694e498edddcfba4a7f15ea35e3c17.tar.gz
Import as of 09/25/97
Diffstat (limited to 'misc/lile/patches')
-rw-r--r--misc/lile/patches/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/lile/patches/patch-aa b/misc/lile/patches/patch-aa
new file mode 100644
index 00000000000..d9c70f461f6
--- /dev/null
+++ b/misc/lile/patches/patch-aa
@@ -0,0 +1,19 @@
+--- 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();