diff options
Diffstat (limited to 'sys/fs/procfs/procfs_status.c')
-rw-r--r-- | sys/fs/procfs/procfs_status.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/fs/procfs/procfs_status.c b/sys/fs/procfs/procfs_status.c index 70fc4cc..c9ece43 100644 --- a/sys/fs/procfs/procfs_status.c +++ b/sys/fs/procfs/procfs_status.c @@ -37,7 +37,7 @@ * @(#)procfs_status.c 8.4 (Berkeley) 6/15/94 * * From: - * $Id$ + * $Id: procfs_status.c,v 1.8 1997/02/22 09:40:29 peter Exp $ */ #include <sys/param.h> @@ -46,7 +46,6 @@ #include <sys/kernel.h> #include <sys/proc.h> #include <sys/vnode.h> -#include <sys/ioctl.h> #include <sys/tty.h> #include <sys/resource.h> #include <sys/resourcevar.h> |