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_note.c | |
parent | bbd5c527aabde5574588489e5d82b0eaa3fcbdbf (diff) |
Notes
Diffstat (limited to 'sys/fs/procfs/procfs_note.c')
-rw-r--r-- | sys/fs/procfs/procfs_note.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/fs/procfs/procfs_note.c b/sys/fs/procfs/procfs_note.c index aca4727f11e7..8bfde33b640a 100644 --- a/sys/fs/procfs/procfs_note.c +++ b/sys/fs/procfs/procfs_note.c @@ -36,16 +36,11 @@ * * @(#)procfs_note.c 8.2 (Berkeley) 1/21/94 * - * $Id$ + * $Id: procfs_note.c,v 1.4 1997/02/22 09:40:28 peter 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/signal.h> #include <miscfs/procfs/procfs.h> int |