CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2025/06/28 18:33:46
Modified files: sys/netinet : if_ether.h lib/libc/net : ether_aton.3 ethers.c Log message: make the argument to ether_ntoa const. this drives me nuts when i want to print something out of what's already const. casting it works, but feels gross. ok guenther@ tb@ deraadt@ enh says this is already in bionic/glibc/musl