CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2021/11/16 09:24:23
Modified files: sbin/resolvd : resolvd.c Log message: Use size of struct not pointer Pointed out by florian, thanks. No change as the sockaddr remains unused by getnameinfo() in this case.