CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2016/09/26 10:55:21
Modified files: sbin/iked : util.c Log message: Pass the flags argument of recvfromto down to the underlying recvmsg Doesn't matter in iked as recvfromto is only called with flags = 0, but this code tends to be copied. ok sthen@ florian@