summaryrefslogtreecommitdiffstats
path: root/sys/fs
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-07-16 10:13:08 +0000
committerbde <bde@FreeBSD.org>1995-07-16 10:13:08 +0000
commit81e1e32f6c0662907cdbde6c1f5269cf8217838c (patch)
treec76b3e68271dcaaff69bea8d4467eaa0cc4bd913 /sys/fs
parent694c4272848a2eb83621679c60812e3cbf1df6b2 (diff)
downloadFreeBSD-src-81e1e32f6c0662907cdbde6c1f5269cf8217838c.zip
FreeBSD-src-81e1e32f6c0662907cdbde6c1f5269cf8217838c.tar.gz
Don't include <sys/tty.h> in drivers that aren't tty drivers or in general
files that don't depend on the internals of <sys/tty.h>
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/procfs/procfs_ctl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/fs/procfs/procfs_ctl.c b/sys/fs/procfs/procfs_ctl.c
index 5befe23..dc4d5e5 100644
--- a/sys/fs/procfs/procfs_ctl.c
+++ b/sys/fs/procfs/procfs_ctl.c
@@ -36,7 +36,7 @@
*
* @(#)procfs_ctl.c 8.3 (Berkeley) 1/21/94
*
- * $Id: procfs_ctl.c,v 1.4 1995/02/20 15:53:32 davidg Exp $
+ * $Id: procfs_ctl.c,v 1.5 1995/03/16 18:13:46 bde Exp $
*/
#include <sys/param.h>
@@ -46,7 +46,6 @@
#include <sys/proc.h>
#include <sys/vnode.h>
#include <sys/ioctl.h>
-#include <sys/tty.h>
#include <sys/ptrace.h>
#include <sys/resource.h>
#include <sys/resourcevar.h>
OpenPOWER on IntegriCloud