diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1996-12-31 01:30:38 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1996-12-31 01:30:38 +0000 |
| commit | b2a1dd44dc4f36d50d47dd74d99035289e55ef18 (patch) | |
| tree | c74e80b83b7b03f1b165069b9203ae006dd8872b /libexec/getty/init.c | |
| parent | 8c0e9645abdf0121a51cf324016feb5c6acfb1e6 (diff) | |
Notes
Diffstat (limited to 'libexec/getty/init.c')
| -rw-r--r-- | libexec/getty/init.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libexec/getty/init.c b/libexec/getty/init.c index 394cb3e474f7..652226486b12 100644 --- a/libexec/getty/init.c +++ b/libexec/getty/init.c @@ -33,7 +33,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)init.c 8.1 (Berkeley) 6/4/93";*/ -static char rcsid[] = "$Id: init.c,v 1.3 1996/05/05 19:01:09 joerg Exp $"; +static char rcsid[] = "$Id: init.c,v 1.4 1996/11/13 01:06:39 pst Exp $"; #endif /* not lint */ /* @@ -106,8 +106,10 @@ struct gettynums gettynums[] = { { "o0" }, /* output o_flags */ { "o1" }, /* input o_flags */ { "o2" }, /* user mode o_flags */ - { 0 } + { "de" }, /* delay before sending 1st prompt */ + { 0 } }; + struct gettyflags gettyflags[] = { { "ht", 0 }, /* has tabs */ |
