CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/06/23 12:30:48
Modified files:
usr.sbin/bgpd : rde_attr.c
Log message:
Silence gcc4 warning by setting nseg = 0. The dependency on newseg == 0,
which can only happen when nseg is also set, is to intranspatent for the
compiler to see through.
OK tb@
