CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/10/30 08:54:55
Modified files:
usr.sbin/bgpd : chash.h
Log message:
Add a hack for -portable to define __unused inside chash.h if not already
defined. On musl systems sys/stat.h uses __unused as struct member and so
putting such a define into the compat include layer blows up.
This is ugly but less of a pain.
With and OK tb@
