summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2002-11-03 23:10:52 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2002-11-03 23:10:52 +0000
commit942e08f3429531e496b914e49e701c14ef111869 (patch)
tree4df7de75e2b37533ddbc79927ce2ce0377dcf6c1 /misc
parent- set umask 022 in SETUP, so that it works under root environment (diff)
Fix bento build.
Notes
Notes: svn path=/head/; revision=69387
Diffstat (limited to 'misc')
-rw-r--r--misc/lile/files/patch-aa17
1 files changed, 11 insertions, 6 deletions
diff --git a/misc/lile/files/patch-aa b/misc/lile/files/patch-aa
index c79a2cba80ee..4ad606455871 100644
--- a/misc/lile/files/patch-aa
+++ b/misc/lile/files/patch-aa
@@ -1,6 +1,11 @@
---- ile.c Tue Jun 8 23:12:33 1993
-+++ ile.c Tue Jun 4 20:34:21 2002
-@@ -51,7 +51,7 @@
+--- ile.c.orig Tue Jun 8 20:12:33 1993
++++ ile.c Sun Nov 3 15:10:18 2002
+@@ -47,11 +47,12 @@
+ #include <string.h>
+ #include <strings.h>
+ #include <pwd.h>
++#include <sys/types.h>
+ #include <utmp.h>
#include <errno.h>
#include <sys/ioctl.h>
#include <sys/types.h>
@@ -9,7 +14,7 @@
#include <sys/file.h>
#include <sys/time.h>
#include <sys/wait.h>
-@@ -63,7 +63,6 @@
+@@ -63,7 +64,6 @@
/* Definitions of system stuff. */
extern int errno;
@@ -17,7 +22,7 @@
char *malloc();
char *realloc();
time_t time();
-@@ -113,7 +112,7 @@
+@@ -113,7 +113,7 @@
struct ltchars tty_ltchars;
struct winsize tty_winsize;
int expect_exception, ignorestop, new_prompt, output_complete;
@@ -26,7 +31,7 @@
int tty_ldisc;
int tty_mode;
-@@ -267,44 +266,46 @@
+@@ -267,44 +267,46 @@
did, i.e., suspend, abort, exit with the proper status etc.
*/
void handle_child() {