diff options
author | Mark Peek <mp@FreeBSD.org> | 2012-02-20 00:53:59 +0000 |
---|---|---|
committer | Mark Peek <mp@FreeBSD.org> | 2012-02-20 00:53:59 +0000 |
commit | 0bc8d6575fcb65f394796e060efa34444d983b7b (patch) | |
tree | 8fac6ecf995bcc87061078175ea5fbbf9c5751ad /tc.disc.c | |
parent | 0019e4ce59d3c558ec308aeb83e80048b72332f6 (diff) |
Notes
Diffstat (limited to 'tc.disc.c')
-rw-r--r-- | tc.disc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tc.disc.c b/tc.disc.c index 30f46c4c7c9f..cca1290345ae 100644 --- a/tc.disc.c +++ b/tc.disc.c @@ -1,4 +1,4 @@ -/* $Header: /p/tcsh/cvsroot/tcsh/tc.disc.c,v 3.17 2006/03/02 18:46:45 christos Exp $ */ +/* $Header: /p/tcsh/cvsroot/tcsh/tc.disc.c,v 3.18 2011/01/09 16:25:29 christos Exp $ */ /* * tc.disc.c: Functions to set/clear line disciplines * @@ -33,7 +33,7 @@ */ #include "sh.h" -RCSID("$tcsh: tc.disc.c,v 3.17 2006/03/02 18:46:45 christos Exp $") +RCSID("$tcsh: tc.disc.c,v 3.18 2011/01/09 16:25:29 christos Exp $") #ifdef OREO #include <compat.h> @@ -43,7 +43,7 @@ RCSID("$tcsh: tc.disc.c,v 3.17 2006/03/02 18:46:45 christos Exp $") static int add_discipline = 0; /* Did we add a line discipline */ -#if defined(IRIS4D) || defined(OREO) || defined(sonyrisc) +#if defined(IRIS4D) || defined(OREO) || defined(sonyrisc) || defined(__ANDROID__) # define HAVE_DISC # ifndef POSIX static struct termio otermiob; |