Re: kern_exit.c: move declarations from proc.h

2016-03-05 Thread Philip Guenther
On Thu, Mar 3, 2016 at 10:16 AM, Michal Mazurek wrote: > These functions appear to only be used in kern_exit. There was a time when increasing linux compat support would have required at least one of those to be used elsewhere. Happily, that's gone. Diff applied. Philip

kern_exit.c: move declarations from proc.h

2016-03-03 Thread Michal Mazurek
These functions appear to only be used in kern_exit. Index: sys/kern/kern_exit.c === RCS file: /cvs/src/sys/kern/kern_exit.c,v retrieving revision 1.154 diff -u -p -r1.154 kern_exit.c --- sys/kern/kern_exit.c9 Oct 2015