CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/08/26 06:24:21
Modified files:
usr.sbin/httpd : httpd.c httpd.h proc.c
Log message:
Kill the ps_ninstances from proc.c.
We got the same information in ps_instances[proc] (more accurate) and
we avoid allocating unnecessary memory for pipe storage.
ok reyk@
