diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-06-21 14:53:44 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-06-21 14:53:44 +0000 |
| commit | e5b19842ef2f7cc2fedb3c37b2a98796d5739f1d (patch) | |
| tree | 3da587380d9857eb4b82a3917da68c0cb8e4317f /sys/vm | |
| parent | 71a5654a7b9d91574227d2aa5fdc1381ac06544d (diff) | |
Notes
Diffstat (limited to 'sys/vm')
| -rw-r--r-- | sys/vm/vm_kern.c | 3 | ||||
| -rw-r--r-- | sys/vm/vm_map.c | 4 | ||||
| -rw-r--r-- | sys/vm/vm_object.c | 3 |
3 files changed, 3 insertions, 7 deletions
diff --git a/sys/vm/vm_kern.c b/sys/vm/vm_kern.c index ffe110d44d414..6a71c87fa21bc 100644 --- a/sys/vm/vm_kern.c +++ b/sys/vm/vm_kern.c @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_kern.c,v 1.46 1998/03/01 04:18:20 dyson Exp $ + * $Id: vm_kern.c,v 1.47 1998/06/05 21:48:45 dg Exp $ */ /* @@ -72,7 +72,6 @@ #include <sys/systm.h> #include <sys/proc.h> #include <sys/malloc.h> -#include <sys/syslog.h> #include <vm/vm.h> #include <vm/vm_param.h> diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c index 44fc57f99df2c..c28c2892ebdf4 100644 --- a/sys/vm/vm_map.c +++ b/sys/vm/vm_map.c @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_map.c,v 1.127 1998/05/21 07:47:55 dyson Exp $ + * $Id: vm_map.c,v 1.128 1998/06/07 17:13:10 dfr Exp $ */ /* @@ -74,9 +74,7 @@ #include <sys/proc.h> #include <sys/vmmeter.h> #include <sys/mman.h> -#include <sys/buf.h> #include <sys/vnode.h> -#include <sys/mount.h> #include <vm/vm.h> #include <vm/vm_param.h> diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c index 550dc44dfab5e..cdc60a62f3e32 100644 --- a/sys/vm/vm_object.c +++ b/sys/vm/vm_object.c @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_object.c,v 1.121 1998/05/21 07:47:58 dyson Exp $ + * $Id: vm_object.c,v 1.122 1998/06/07 17:13:12 dfr Exp $ */ /* @@ -79,7 +79,6 @@ #include <vm/vm.h> #include <vm/vm_param.h> #include <vm/vm_prot.h> -#include <sys/lock.h> #include <vm/pmap.h> #include <vm/vm_map.h> #include <vm/vm_object.h> |
