summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-01-29 16:47:35 +0000
committerpeter <peter@FreeBSD.org>2000-01-29 16:47:35 +0000
commit1246bb847fa070163085a45275b2eb15c81a518e (patch)
tree1b915897ae8a6104c6a9a7e3b9da0c8bfcbf62dd
parent4fd86c31a68db2afdb9eea2b40d86e0a7c7c16e5 (diff)
downloadFreeBSD-src-1246bb847fa070163085a45275b2eb15c81a518e.zip
FreeBSD-src-1246bb847fa070163085a45275b2eb15c81a518e.tar.gz
Remove the TABLDISC line discipline number, it's not in the tree
any more (and never worked in FreeBSD 2.x onwards as far as I can tell), and isn't used by anything in the tree any more either.
-rw-r--r--sys/sys/ttycom.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/ttycom.h b/sys/sys/ttycom.h
index 502b4e7..243ae56 100644
--- a/sys/sys/ttycom.h
+++ b/sys/sys/ttycom.h
@@ -132,7 +132,6 @@ struct winsize {
#define TIOCGDRAINWAIT _IOR('t', 86, int) /* get ttywait timeout */
#define TTYDISC 0 /* termios tty line discipline */
-#define TABLDISC 3 /* tablet discipline */
#define SLIPDISC 4 /* serial IP discipline */
#define PPPDISC 5 /* PPP discipline */
#define NETGRAPHDISC 6 /* Netgraph tty node discipline */
OpenPOWER on IntegriCloud