CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/02/18 02:43:57
Modified files:
usr.sbin/bgpd : bgpd.h config.c logmsg.c parse.y pfkey.c
printconf.c session.c session.h util.c
Log message:
Do not depend on the length field of struct sockaddr instead pass the
length to the various functions needing it. Helps portability.
OK benno@
