summaryrefslogtreecommitdiff
path: root/libexec/getty/init.c
diff options
context:
space:
mode:
authorNick Sayer <nsayer@FreeBSD.org>2000-07-31 23:47:57 +0000
committerNick Sayer <nsayer@FreeBSD.org>2000-07-31 23:47:57 +0000
commit3d4a189e9f2bb78a7cb69e1b8e88465f6cffcbd2 (patch)
tree237f45c02cb777f82b187b0568102a7af28d2c3b /libexec/getty/init.c
parentc85540dd55bbfd01270e0b2c62d479d55c92cd18 (diff)
Notes
Diffstat (limited to 'libexec/getty/init.c')
-rw-r--r--libexec/getty/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/getty/init.c b/libexec/getty/init.c
index d06378b139fc..d8c70e064e8d 100644
--- a/libexec/getty/init.c
+++ b/libexec/getty/init.c
@@ -146,5 +146,6 @@ struct gettyflags gettyflags[] = {
{ "np", 0 }, /* no parity at all (8bit chars) */
{ "mb", 0 }, /* do MDMBUF flow control */
{ "hw", 0 }, /* do CTSRTS flow control */
+ { "nc", 0 }, /* set clocal (no carrier) */
{ 0 }
};