diff fuzz-wrapfd.c @ 1576:0c8c2552b2f2

merge
author Matt Johnston <matt@ucc.asn.au>
date Sat, 03 Mar 2018 11:11:04 +0800
parents e75dab5bec71
children b579ec254988
line wrap: on
line diff
--- a/fuzz-wrapfd.c	Sat Mar 03 11:08:26 2018 +0800
+++ b/fuzz-wrapfd.c	Sat Mar 03 11:11:04 2018 +0800
@@ -26,7 +26,7 @@
 static unsigned int nused;
 static unsigned short rand_state[3];
 
-void wrapfd_setup() {
+void wrapfd_setup(void) {
 	TRACE(("wrapfd_setup"))
 	nused = 0;
 	memset(wrap_fds, 0x0, sizeof(wrap_fds));