Workaround for gcc3 - the use of anonymous unions now makes it complain
authormiod <miod@openbsd.org>
Thu, 22 Feb 2024 06:45:22 +0000 (06:45 +0000)
committermiod <miod@openbsd.org>
Thu, 22 Feb 2024 06:45:22 +0000 (06:45 +0000)
commit2fd9f52d7a687c84870a46f64a8a594311aa7ef3
treec936a7a0a4ec62b7c909f0c4eb271196877e5581
parent6b07697f16d08a826bd89d0da7dfdbd37cac09e1
Workaround for gcc3 - the use of anonymous unions now makes it complain
when named initializers use fields within these anonymous unions.

Hopefully a short-term bandaid until the appropriate changes are identified
and backported to gcc3.

ok claudio@
usr.sbin/bgpd/rde.c
usr.sbin/bgpd/util.c