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:
parent
47794211c8
commit
887881d84a
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user