diff --git a/sys/sys/proc.h b/sys/sys/proc.h index c4e87ac2749c..c44880c4f737 100644 --- a/sys/sys/proc.h +++ b/sys/sys/proc.h @@ -1,4 +1,4 @@ -/* $NetBSD: proc.h,v 1.176 2003/11/12 21:07:38 dsl Exp $ */ +/* $NetBSD: proc.h,v 1.177 2003/11/17 19:21:24 christos Exp $ */ /*- * Copyright (c) 1986, 1989, 1991, 1993 @@ -478,6 +478,7 @@ void cpu_wait __P((struct lwp *)); void child_return(void *); int proc_isunder(struct proc *, struct proc *); +void proc_stop(struct proc *); void proclist_lock_read(void); void proclist_unlock_read(void);