CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/07 12:56:38
Modified files:
usr.sbin/bgpd : bgpd.h
Log message:
Convert grestart.timeout to uint16_t while the value can never be negative
the compiler trips over this in a comparison with u_int.
OK tb@
