1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-08 00:16:07 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103219

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;