diff options
author | bde <bde@FreeBSD.org> | 1995-07-16 10:13:08 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1995-07-16 10:13:08 +0000 |
commit | 81e1e32f6c0662907cdbde6c1f5269cf8217838c (patch) | |
tree | c76b3e68271dcaaff69bea8d4467eaa0cc4bd913 /sys/miscfs/procfs/procfs_ctl.c | |
parent | 694c4272848a2eb83621679c60812e3cbf1df6b2 (diff) | |
download | FreeBSD-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/miscfs/procfs/procfs_ctl.c')
-rw-r--r-- | sys/miscfs/procfs/procfs_ctl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/miscfs/procfs/procfs_ctl.c b/sys/miscfs/procfs/procfs_ctl.c index 5befe23..dc4d5e5 100644 --- a/sys/miscfs/procfs/procfs_ctl.c +++ b/sys/miscfs/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> |