diff options
author | Bruce Evans <bde@FreeBSD.org> | 1997-08-02 14:33:27 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1997-08-02 14:33:27 +0000 |
commit | 1fd0b0588f11fe61e5329c403c3f82a3f4d26fab (patch) | |
tree | b3a0547f4192cd5dfee8a6303191218b96c700e1 /sys/fs/procfs/procfs_subr.c | |
parent | bbd5c527aabde5574588489e5d82b0eaa3fcbdbf (diff) |
Notes
Diffstat (limited to 'sys/fs/procfs/procfs_subr.c')
-rw-r--r-- | sys/fs/procfs/procfs_subr.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/fs/procfs/procfs_subr.c b/sys/fs/procfs/procfs_subr.c index 4793a7f7d9a2..42e9bf4af7d4 100644 --- a/sys/fs/procfs/procfs_subr.c +++ b/sys/fs/procfs/procfs_subr.c @@ -36,13 +36,11 @@ * * @(#)procfs_subr.c 8.6 (Berkeley) 5/14/95 * - * $Id: procfs_subr.c,v 1.15 1997/06/21 16:09:49 alex Exp $ + * $Id: procfs_subr.c,v 1.16 1997/06/26 16:12:53 alex Exp $ */ #include <sys/param.h> #include <sys/systm.h> -#include <sys/time.h> -#include <sys/kernel.h> #include <sys/proc.h> #include <sys/vnode.h> #include <sys/malloc.h> |