CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2012/12/18 14:28:45
Modified files:
sys/sys : sysctl.h
usr.bin/tmux : procname.c
usr.bin/top : machine.c
usr.bin/w : proc_compare.c
usr.sbin/pstat : pstat.c
usr.sbin/snmpd : mib.c
usr.sbin/tcpdrop: tcpdrop.c
usr.sbin/watchdogd: watchdogd.c
Log message:
We no longer use struct eproc for kinfo_proc in sysctl.h so there
is no direct need for sys/proc.h or sys/resource.h. Some consumers
of kinfo_proc need these for the proc flags and rlimit defines like
RLIM_INF so add the appropriate includes to them.
OK deraadt@ sthen@