Put back inclusion of proc.h so that alpha kernels (at the very least)

will compile again. I can't quite see where this was a recursive inclusion.
We probably need to do something to fix the alpha, but let's not break it
in the interim- it's broken enough.
This commit is contained in:
Matt Jacob 2000-10-23 15:34:44 +00:00
parent c4a1cfd667
commit 4ae338d0f2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67471

View File

@ -41,6 +41,7 @@
#include <machine/bus.h>
#include <machine/cpufunc.h>
#include <machine/globals.h>
#include <sys/proc.h> /* Needed for curproc. */
#ifndef curproc
struct proc;
extern struct proc *curproc;