CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/12/14 06:52:38
Modified files:
usr.sbin/bgpd : rde.c rtr.c session.c
Log message:
Mostly straightforward conversion to imsg_get_fd() only the handling
of the control socket needs a local variable since imsg_get_fd() can
only be called once on an imsg.
OK tb@
