CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/09/03 15:13:49
Modified files:
sys/kern : init_sysent.c syscalls.c syscalls.master
uipc_syscalls.c
sys/sys : socket.h syscall.h syscallargs.h
Log message:
Make recvmmsg and sendmmsg look more alike. change the flag type
to int like other flag parameters, NetBSD uses unsigned int, FreeBSD
and Linux do int.
OK bluhm@
