summaryrefslogtreecommitdiffstats
path: root/include/ttyent.h
diff options
context:
space:
mode:
authordavidn <davidn@FreeBSD.org>1997-02-15 05:45:00 +0000
committerdavidn <davidn@FreeBSD.org>1997-02-15 05:45:00 +0000
commit611c96cfb8d82d11751cf959c63b6da45a352553 (patch)
treefa14b71c4d44b7ad99092a2c54a8cc922a3a05d8 /include/ttyent.h
parent1dd609a3d1987733a003885713fff603b5b3755e (diff)
downloadFreeBSD-src-611c96cfb8d82d11751cf959c63b6da45a352553.zip
FreeBSD-src-611c96cfb8d82d11751cf959c63b6da45a352553.tar.gz
Allow commonly-used "insecure" as a valid keyword in /etc/ttys.
This prevents keywords after "insecure" occurs being errnoeously parsed as comments.
Diffstat (limited to 'include/ttyent.h')
-rw-r--r--include/ttyent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ttyent.h b/include/ttyent.h
index accaf9c..e0f00f6 100644
--- a/include/ttyent.h
+++ b/include/ttyent.h
@@ -41,6 +41,7 @@
#define _TTYS_OFF "off"
#define _TTYS_ON "on"
#define _TTYS_SECURE "secure"
+#define _TTYS_INSECURE "insecure"
#define _TTYS_WINDOW "window"
#define _TTYS_GROUP "group"
#define _TTYS_NOGROUP "none"
OpenPOWER on IntegriCloud