CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2022/02/22 10:35:01
Modified files:
lib/libkvm : kvm.c kvm_file2.c kvm_proc.c kvm_proc2.c
usr.bin/kdump : mksubr
usr.bin/ktrace : ktrace.c subr.c
usr.bin/systat : pigs.c vmstat.c
usr.bin/tmux : procname.c
usr.bin/top : machine.c
usr.bin/vmstat : vmstat.c
usr.bin/w : proc_compare.c w.c
usr.sbin/procmap: procmap.c
usr.sbin/pstat : pstat.c
usr.sbin/tcpdump: print-pflog.c
Log message:
MAXCOMLEN is no longer needed in these programs, so remove the annotation
from sys/param.h include lines, or remove the include lines entirely if
it this was the least requirement.
ok millert