diff options
Diffstat (limited to 'sys/vm/vm_extern.h')
-rw-r--r-- | sys/vm/vm_extern.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vm/vm_extern.h b/sys/vm/vm_extern.h index 997f41a..db93e13 100644 --- a/sys/vm/vm_extern.h +++ b/sys/vm/vm_extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)vm_extern.h 8.2 (Berkeley) 1/12/94 - * $Id: vm_extern.h,v 1.14 1995/05/10 18:56:04 davidg Exp $ + * $Id: vm_extern.h,v 1.15 1995/05/14 03:00:09 davidg Exp $ */ #ifndef _VM_EXTERN_H_ @@ -100,7 +100,7 @@ int pager_cache __P((vm_object_t, boolean_t)); void sched __P((void)); int swaponvp __P((struct proc *, struct vnode *, dev_t , u_long )); void swapout __P((struct proc *)); -void swapout_threads __P((void)); +void swapout_procs __P((void)); void swstrategy __P((struct buf *)); void thread_block __P((char *)); void thread_sleep __P((int, simple_lock_t, boolean_t)); |