CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/02/09 00:48:15
Modified files:
regress/lib/libc/explicit_bzero: explicit_bzero.c
Log message:
silence "function declaration isn't a prototype" warning by changing
int foo() to int foo(void)
