diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-09-02 20:06:59 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-09-02 20:06:59 +0000 |
| commit | e4ba6a82b084137ae48939fd73bf04e8cce288d4 (patch) | |
| tree | 06204d02ef4540eebc3fb515faaf53c0d6c03bcd /sys/kern/subr_rlist.c | |
| parent | 010e6696151cfcc4d6743216118a3f07040859b4 (diff) | |
Notes
Diffstat (limited to 'sys/kern/subr_rlist.c')
| -rw-r--r-- | sys/kern/subr_rlist.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/kern/subr_rlist.c b/sys/kern/subr_rlist.c index ef29ce3799ba..dead1a674ea9 100644 --- a/sys/kern/subr_rlist.c +++ b/sys/kern/subr_rlist.c @@ -54,16 +54,13 @@ * functioning of this software, nor does the author assume any responsibility * for damages incurred with its use. * - * $Id$ + * $Id: subr_rlist.c,v 1.21 1997/02/22 09:39:18 peter Exp $ */ #include <sys/param.h> #include <sys/systm.h> -#include <sys/malloc.h> #include <sys/rlist.h> -#include <sys/proc.h> #include <vm/vm.h> -#include <vm/vm_param.h> #include <vm/vm_kern.h> #include <vm/vm_extern.h> |
