freebsd-ports/misc/lile/files/patch-aa
Jean-Marc Zucconi 07f5ce5e92 The ile program can be run as a simple shell around any program.
It gives any program an input line editing and a history mechanism. It
can also be run around your favourite shell. When run around the shell
ile records the input to interactive programs launched from the
shell as well as the commands to the shell in its history buffer.
1997-06-28 00:54:47 +00:00

19 lines
400 B
Text

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