K 10 svn:author V 2 ed K 8 svn:date V 27 2008-07-16T11:20:04.202435Z K 7 svn:log V 591 Remove OTTYDISC, NETLDISC and NTTYDISC definitions. When I ported most applications away from , I noticed none of them were actually using these definitions. I kept them in place, because I didn't want to touch tools like pstat(8) and stty(1). In preparation for the MPSAFE TTY layer, remove these definitions. This doesn't have any impact with respect to binary compatibility (see tty_conf.c). We couldn now add an #error to when included outside the kernel. Unfortunately, kdump's mkioctls includes this file unconditionally. Approved by: philip (mentor) END