aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/ttycom.h
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>1999-10-23 04:28:11 +0000
committerJulian Elischer <julian@FreeBSD.org>1999-10-23 04:28:11 +0000
commitb58a8a3b1d5cdaf3b9f89a6ee064a59b1bb84326 (patch)
treeda0a6d48db55b43982988a91a3e4b738558ea7c8 /sys/sys/ttycom.h
parent0fe9a7da10f555dd75c1e5647e14b4dfa3c86c4e (diff)
downloadsrc-b58a8a3b1d5cdaf3b9f89a6ee064a59b1bb84326.tar.gz
src-b58a8a3b1d5cdaf3b9f89a6ee064a59b1bb84326.zip
Notes
Diffstat (limited to 'sys/sys/ttycom.h')
-rw-r--r--sys/sys/ttycom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/ttycom.h b/sys/sys/ttycom.h
index ac6c45a41592..502b4e768e3f 100644
--- a/sys/sys/ttycom.h
+++ b/sys/sys/ttycom.h
@@ -135,5 +135,6 @@ struct winsize {
#define TABLDISC 3 /* tablet discipline */
#define SLIPDISC 4 /* serial IP discipline */
#define PPPDISC 5 /* PPP discipline */
+#define NETGRAPHDISC 6 /* Netgraph tty node discipline */
#endif /* !_SYS_TTYCOM_H_ */