silence "function declaration isn't a prototype" warning by changing
authortb <tb@openbsd.org>
Wed, 9 Feb 2022 07:48:15 +0000 (07:48 +0000)
committertb <tb@openbsd.org>
Wed, 9 Feb 2022 07:48:15 +0000 (07:48 +0000)
commit08218f219f9b29dd7e50773a8b70fc70991cda67
tree5fd757c8394fb8288871a9172a275cbd87152096
parent256855c908bf66cb6d1e71ded2aa32b5778b6e80
silence "function declaration isn't a prototype" warning by changing
int foo() to int foo(void)
regress/lib/libc/explicit_bzero/explicit_bzero.c