diff options
author | tjr <tjr@FreeBSD.org> | 2003-07-18 13:51:15 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2003-07-18 13:51:15 +0000 |
commit | d2438600b69d62940636b0338efc6b7ec29b83de (patch) | |
tree | 485c41d21f5bbf16ac0a68894b06704618f42656 /sys/sys | |
parent | e91a5a8a8f295a31c3bad24a88490ac45ee6ef57 (diff) | |
download | FreeBSD-src-d2438600b69d62940636b0338efc6b7ec29b83de.zip FreeBSD-src-d2438600b69d62940636b0338efc6b7ec29b83de.tar.gz |
Remove extern declaration of ps_showallprocs. The definition is already gone.
PR: 54604
Submitted by: Pawel Jakub Dawidek
Diffstat (limited to 'sys/sys')
-rw-r--r-- | sys/sys/proc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/proc.h b/sys/sys/proc.h index 8ad52f9..47188fb 100644 --- a/sys/sys/proc.h +++ b/sys/sys/proc.h @@ -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); |