From 1246bb847fa070163085a45275b2eb15c81a518e Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 29 Jan 2000 16:47:35 +0000 Subject: 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. --- sys/sys/ttycom.h | 1 - 1 file changed, 1 deletion(-) 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 */ -- cgit v1.1