Style: always use *retval and never retval[0] in syscalls,
authorguenther <guenther@openbsd.org>
Thu, 3 Nov 2022 04:56:47 +0000 (04:56 +0000)
committerguenther <guenther@openbsd.org>
Thu, 3 Nov 2022 04:56:47 +0000 (04:56 +0000)
commitd32eaf928f1e60056dc8b66d961afe12eb450e4c
tree4dc2f41e09421876706210dbf0ade6213cf6552e
parent9d0055bfe1590e4d103c40b08f9b95193c222552
Style: always use *retval and never retval[0] in syscalls,
to reflect that retval is just a single return value.

ok miod@
sys/dev/rnd.c
sys/kern/kern_exit.c