Make recvmmsg and sendmmsg look more alike. change the flag type
authormbuhl <mbuhl@openbsd.org>
Sat, 3 Sep 2022 21:13:48 +0000 (21:13 +0000)
committermbuhl <mbuhl@openbsd.org>
Sat, 3 Sep 2022 21:13:48 +0000 (21:13 +0000)
commit4f05201005b0679eb80208512d23ae806ce6b260
tree9589fead245499f16c6cc9d770bc38a83fe29923
parentb3d43b123cca4f1412e8dea8afb759404d187ffa
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@
sys/kern/init_sysent.c
sys/kern/syscalls.c
sys/kern/syscalls.master
sys/kern/uipc_syscalls.c
sys/sys/socket.h
sys/sys/syscall.h
sys/sys/syscallargs.h