CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/12 10:03:14
Modified files:
usr.sbin/bgpd : parse.y
Log message:
getservice() needs to return the port in host byte order but
getservbyname() returns the value in network byte order. Add some ntohs()
for those poor little endian systems.
OK tb@
