CVSROOT: /cvs Module name: ports Changes by: [email protected] 2026/05/25 16:19:32
Modified files:
net/bird/3 : Makefile
Added files:
net/bird/3/patches: patch-sysdep_bsd_krt-sock_c
Log message:
cast a struct sockaddr * to typedef of struct sockaddr_bird * (which is
just a padded sockaddr *), the subsequent address extraction (involving
a bit of indirection) doesn't touch the bytes of padding, removes warning
seen with llvm19 which becomes an error
drop some now-bogus configure args while there
