CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/12/06 17:40:03
Modified files:
usr.bin/tmux : procname.c
Log message:
sys/signal.h (or some master include) must happen before sys/proc.h, which
is not standalone.
This problem is being hidden by a sys/param.h which cannot be deleted yet.
