From 1244f0e61abd7a20c2957c98db1ce159561533db Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sat, 29 Jan 2000 16:47:35 +0000 Subject: [PATCH] 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 502b4e768e3f..243ae566f53b 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 */