summaryrefslogtreecommitdiff
path: root/misc/lile/patches/patch-aa
blob: e478442b14e4337c0566660fb8d76dc9b0b52aee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-aa,v 1.2 1998/08/07 11:10:23 agc Exp $

--- 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();