summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-17 13:05:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-17 13:05:03 +0000
commit6e65840670d557395394b6e11006edd37f0ce012 (patch)
tree16d3bdfd0d26d90ea310f3fdb1f9c0bd7a09ce38 /cpukit
parentCorrected header files. (diff)
downloadrtems-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.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/libcsupport/src/termios.c2
1 files changed, 2 insertions, 0 deletions
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
/*