aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/nmdm
diff options
context:
space:
mode:
authorDavid Schultz <das@FreeBSD.org>2003-03-05 08:16:29 +0000
committerDavid Schultz <das@FreeBSD.org>2003-03-05 08:16:29 +0000
commit9c62b3ee7cc69b05ae6438e62944d5174fef24eb (patch)
tree6bcfc183b9c6f4fcb90b7cca845fea42feeb07f5 /sys/dev/nmdm
parent876d09d890c342b63ae3f8c5e1f563cbab3d48e2 (diff)
downloadsrc-9c62b3ee7cc69b05ae6438e62944d5174fef24eb.tar.gz
src-9c62b3ee7cc69b05ae6438e62944d5174fef24eb.zip
Make TTYHOG tunable.
Reviewed by: mike (mentor)
Notes
Notes: svn path=/head/; revision=111899
Diffstat (limited to 'sys/dev/nmdm')
-rw-r--r--sys/dev/nmdm/nmdm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/nmdm/nmdm.c b/sys/dev/nmdm/nmdm.c
index 8f5af4636df2..7b5ec78ea521 100644
--- a/sys/dev/nmdm/nmdm.c
+++ b/sys/dev/nmdm/nmdm.c
@@ -39,6 +39,8 @@
*/
#include "opt_compat.h"
+#include "opt_tty.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#if defined(COMPAT_43) || defined(COMPAT_SUNOS)