revert a line that was not part of my change..

I think it was a part of someone else's commit that
somehow got reverted by my patch.
This commit is contained in:
Julian Elischer 2002-09-11 09:04:02 +00:00
parent 47794211c8
commit 887881d84a

View File

@ -817,7 +817,7 @@ extern struct proclist zombproc; /* List of zombie processes. */
extern struct proc *initproc, *pageproc; /* Process slots for init, pager. */
extern struct proc *updateproc; /* Process slot for syncer (sic). */
extern uma_zone_t proc_zone;
extern struct uma_zone *proc_zone;
extern int lastpid;