diff options
author | Jim Rees <rees@cvs.openbsd.org> | 2001-09-19 22:29:21 +0000 |
---|---|---|
committer | Jim Rees <rees@cvs.openbsd.org> | 2001-09-19 22:29:21 +0000 |
commit | 6d7e38f188f0d699fcfe7ffe68a557a3b86ca036 (patch) | |
tree | c1a3db51a01c608c94072eef35bf12457a7bd4bc /lib/libsectok/scio.c | |
parent | 85f6f803d754534b10f0998aa2212ebd61fdb736 (diff) |
change tty name for linux
Diffstat (limited to 'lib/libsectok/scio.c')
-rw-r--r-- | lib/libsectok/scio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libsectok/scio.c b/lib/libsectok/scio.c index 8e71551e868..c09037a056e 100644 --- a/lib/libsectok/scio.c +++ b/lib/libsectok/scio.c @@ -1,4 +1,4 @@ -/* $Id: scio.c,v 1.9 2001/07/30 15:51:16 rees Exp $ */ +/* $Id: scio.c,v 1.10 2001/09/19 22:29:20 rees Exp $ */ /* copyright 1997 @@ -64,7 +64,7 @@ static int todos_scfdopen(int ttyn, int fd, int flags, int *ep); static int todos_sccts(int ttyn); #ifdef __linux -static char ttynametmpl[] = "/dev/cua%01d"; +static char ttynametmpl[] = "/dev/ttyS%01d"; #elif _AIX static char ttynametmpl[] = "/dev/tty%01d"; #elif __OpenBSD__ |