summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty_pty.c
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2003-03-05 08:16:29 +0000
committerdas <das@FreeBSD.org>2003-03-05 08:16:29 +0000
commit5ba556c62648809a4f2981258daa356cb463dec8 (patch)
tree6bcfc183b9c6f4fcb90b7cca845fea42feeb07f5 /sys/kern/tty_pty.c
parentd315a35ab1e589b864a47a2e3073b3ff6dba91e7 (diff)
downloadFreeBSD-src-5ba556c62648809a4f2981258daa356cb463dec8.zip
FreeBSD-src-5ba556c62648809a4f2981258daa356cb463dec8.tar.gz
Make TTYHOG tunable.
Reviewed by: mike (mentor)
Diffstat (limited to 'sys/kern/tty_pty.c')
-rw-r--r--sys/kern/tty_pty.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/tty_pty.c b/sys/kern/tty_pty.c
index d3ba47a..da408fc 100644
--- a/sys/kern/tty_pty.c
+++ b/sys/kern/tty_pty.c
@@ -39,6 +39,7 @@
* (Actually two drivers, requiring two entries in 'cdevsw')
*/
#include "opt_compat.h"
+#include "opt_tty.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/lock.h>
OpenPOWER on IntegriCloud