summaryrefslogtreecommitdiffstats
path: root/contrib/tcsh/mi.termios.c
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2000-11-30 21:05:33 +0000
committerache <ache@FreeBSD.org>2000-11-30 21:05:33 +0000
commit5e7fc01bd9bf3444f2d8b21ab1c56c1f2d599068 (patch)
treea212ee10b5214f5c4302ff44d44c2542d83cf7b6 /contrib/tcsh/mi.termios.c
parentd7d472004aa5fe13bc67f9aa639952d978d342e9 (diff)
downloadFreeBSD-src-5e7fc01bd9bf3444f2d8b21ab1c56c1f2d599068.zip
FreeBSD-src-5e7fc01bd9bf3444f2d8b21ab1c56c1f2d599068.tar.gz
Initial import of slightly trimmed tcsh 6.10
Diffstat (limited to 'contrib/tcsh/mi.termios.c')
-rw-r--r--contrib/tcsh/mi.termios.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/tcsh/mi.termios.c b/contrib/tcsh/mi.termios.c
index b4834b6..87e375e 100644
--- a/contrib/tcsh/mi.termios.c
+++ b/contrib/tcsh/mi.termios.c
@@ -1,12 +1,12 @@
-/* $Header: /src/pub/tcsh/mi.termios.c,v 1.3 1996/04/26 19:18:38 christos Exp $ */
+/* $Header: /src/pub/tcsh/mi.termios.c,v 1.4 2000/07/04 19:38:14 christos Exp $ */
/* termios.c - fake termios interface using sgtty interface
* by Magnus Doell and Bruce Evans.
*
*/
#include "sh.h"
-RCSID("$Id: mi.termios.c,v 1.3 1996/04/26 19:18:38 christos Exp $")
+RCSID("$Id: mi.termios.c,v 1.4 2000/07/04 19:38:14 christos Exp $")
-#ifdef _MINIX
+#if defined(_MINIX) && !defined(_MINIX_VMD)
/* Undefine everything that clashes with sgtty.h. */
@@ -390,4 +390,4 @@ struct termios *termios_p;
ioctl(filedes, TIOCSETC, (struct sgttyb *) &tcbuf) < 0 ?
-1 : 0;
}
-#endif /* _MINIX */
+#endif /* _MINIX && !_MINIX_VMD */
OpenPOWER on IntegriCloud