diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1996-10-15 18:24:34 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1996-10-15 18:24:34 +0000 |
| commit | aad9af2ba3fb10cf1f80ac6117e37f97d38ccee0 (patch) | |
| tree | 061607c4bb1e26c6e872e8b5cb517f3f8a22c52a /sys/vm | |
| parent | 259ca3990bf8161040f663ab9f2c91ec22ac0a35 (diff) | |
Notes
Diffstat (limited to 'sys/vm')
| -rw-r--r-- | sys/vm/vm_object.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h index 5780470d039c..e62a14b46589 100644 --- a/sys/vm/vm_object.h +++ b/sys/vm/vm_object.h @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_object.h,v 1.30 1996/09/08 20:44:43 dyson Exp $ + * $Id: vm_object.h,v 1.31 1996/09/28 03:33:31 dyson Exp $ */ /* @@ -71,9 +71,7 @@ #ifndef _VM_OBJECT_ #define _VM_OBJECT_ -#ifdef KERNEL -#include <sys/proc.h> /* XXX for wakeup() */ -#endif +#include <sys/queue.h> enum obj_type { OBJT_DEFAULT, OBJT_SWAP, OBJT_VNODE, OBJT_DEVICE }; typedef enum obj_type objtype_t; |
