CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/06/05 07:24:36
Modified files:
usr.bin/ssh : channels.c channels.h servconf.c
Log message:
Store timeouts as int, not u_int as they are limited to INT_MAX.
Fixes sign compare warnings systems with 32-bit time_t due to type
promotion. OK djm@
