summaryrefslogtreecommitdiff
path: root/sys/kern/syscalls.c
diff options
context:
space:
mode:
authorMoritz Buhl <mbuhl@cvs.openbsd.org>2022-09-03 21:13:49 +0000
committerMoritz Buhl <mbuhl@cvs.openbsd.org>2022-09-03 21:13:49 +0000
commite28f7c5814179236caadc94c4c084d416fd18ee7 (patch)
tree73c5af9d4dc6ddf7b4d1db363c1d857b2bc8c5cd /sys/kern/syscalls.c
parentefbbe9224dc6bc973905df75ee86a912152f22a5 (diff)
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@
Diffstat (limited to 'sys/kern/syscalls.c')
-rw-r--r--sys/kern/syscalls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c
index 9b4b152b49c..c41adedd22f 100644
--- a/sys/kern/syscalls.c
+++ b/sys/kern/syscalls.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: syscalls.c,v 1.245 2022/09/03 12:35:29 mbuhl Exp $ */
+/* $OpenBSD: syscalls.c,v 1.246 2022/09/03 21:13:48 mbuhl Exp $ */
/*
* System call names.