Remove extern declaration of ps_showallprocs. The definition is already gone.

PR:		54604
Submitted by:	Pawel Jakub Dawidek
This commit is contained in:
tjr 2003-07-18 13:51:15 +00:00
parent e91a5a8a8f
commit d2438600b6

View File

@ -810,7 +810,6 @@ extern int nprocs, maxproc; /* Current and max number of procs. */
extern int maxprocperuid; /* Max procs per uid. */
extern u_long ps_arg_cache_limit;
extern int ps_argsopen;
extern int ps_showallprocs;
extern int sched_quantum; /* Scheduling quantum in ticks. */
LIST_HEAD(proclist, proc);