summaryrefslogtreecommitdiffstats
path: root/libexec/getty/gettytab.h
diff options
context:
space:
mode:
authornsayer <nsayer@FreeBSD.org>2000-07-31 23:47:57 +0000
committernsayer <nsayer@FreeBSD.org>2000-07-31 23:47:57 +0000
commit67331bf98c72c8f6d50b61ca5925f00192a488e6 (patch)
tree25767a7993307f115230ca05d9f4841aa3667746 /libexec/getty/gettytab.h
parent31d77bcfb10327e1e419acc02dbc3b7bc4e2185c (diff)
downloadFreeBSD-src-67331bf98c72c8f6d50b61ca5925f00192a488e6.zip
FreeBSD-src-67331bf98c72c8f6d50b61ca5925f00192a488e6.tar.gz
Add 'nc' flag to gettytab -- no carrier. Forces non-blocking open and
setting of CLOCAL. Necessary for 3 wire RS-232 setups with dumb terminals. PR: 5959
Diffstat (limited to 'libexec/getty/gettytab.h')
-rw-r--r--libexec/getty/gettytab.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/getty/gettytab.h b/libexec/getty/gettytab.h
index b0a65e8..9e46b0d 100644
--- a/libexec/getty/gettytab.h
+++ b/libexec/getty/gettytab.h
@@ -170,5 +170,6 @@ struct gettyflags {
#define DX gettyflags[20].value
#define NP gettyflags[21].value
#define MB gettyflags[22].value
-#define HW gettyflags[23].value
+#define HW gettyflags[23].value
+#define NC gettyflags[24].value
OpenPOWER on IntegriCloud