From 6e65840670d557395394b6e11006edd37f0ce012 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 17 Jul 1998 13:05:03 +0000 Subject: Patch from Dario Alcocer . His comments: Haven't had a chance to do an extensive shake-out of 980710, but it builds just fine on FreeBSD 2.2.5 (after termios is fixed using the attached patch), and the tests run fine. FYI: FreeBSD doesn't support System V IPC out of the box, but one only needs to add three options to the kernel build configuration file, recompile the kernel, and you're ready. --- c/src/exec/libcsupport/src/termios.c | 2 ++ c/src/lib/libc/termios.c | 2 ++ 2 files changed, 4 insertions(+) (limited to 'c') diff --git a/c/src/exec/libcsupport/src/termios.c b/c/src/exec/libcsupport/src/termios.c index 0857f0eae7..2a3bfe4fd1 100644 --- a/c/src/exec/libcsupport/src/termios.c +++ b/c/src/exec/libcsupport/src/termios.c @@ -36,6 +36,8 @@ #define TABDLY 0 #define OLCUC 0 #define ILCUC 0 +#define OCRNL 0 +#define IUCLC 0 #endif /* diff --git a/c/src/lib/libc/termios.c b/c/src/lib/libc/termios.c index 0857f0eae7..2a3bfe4fd1 100644 --- a/c/src/lib/libc/termios.c +++ b/c/src/lib/libc/termios.c @@ -36,6 +36,8 @@ #define TABDLY 0 #define OLCUC 0 #define ILCUC 0 +#define OCRNL 0 +#define IUCLC 0 #endif /* -- cgit v1.2.3