diff options
author | Joel Sherrill <joel.sherrill@OARcorp.com> | 1998-07-17 13:05:03 +0000 |
---|---|---|
committer | Joel Sherrill <joel.sherrill@OARcorp.com> | 1998-07-17 13:05:03 +0000 |
commit | 6e65840670d557395394b6e11006edd37f0ce012 (patch) | |
tree | 16d3bdfd0d26d90ea310f3fdb1f9c0bd7a09ce38 | |
parent | Corrected header files. (diff) | |
download | rtems-6e65840670d557395394b6e11006edd37f0ce012.tar.bz2 |
Patch from Dario Alcocer <alcocer@connectnet.com>. 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.
-rw-r--r-- | c/src/exec/libcsupport/src/termios.c | 2 | ||||
-rw-r--r-- | c/src/lib/libc/termios.c | 2 | ||||
-rw-r--r-- | cpukit/libcsupport/src/termios.c | 2 |
3 files changed, 6 insertions, 0 deletions
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 /* diff --git a/cpukit/libcsupport/src/termios.c b/cpukit/libcsupport/src/termios.c index 0857f0eae7..2a3bfe4fd1 100644 --- a/cpukit/libcsupport/src/termios.c +++ b/cpukit/libcsupport/src/termios.c @@ -36,6 +36,8 @@ #define TABDLY 0 #define OLCUC 0 #define ILCUC 0 +#define OCRNL 0 +#define IUCLC 0 #endif /* |