openbsd-ports/benchmarks/lmbench/patches/patch-bw_tcp.c
turan 7d39fff6ee - fix patches
- fix plists
- man pages were not installing
2000-03-04 09:47:22 +00:00

15 lines
231 B
C

--- src/bw_tcp.c.orig Sat Feb 28 23:45:38 1998
+++ src/bw_tcp.c Sat Feb 28 23:49:30 1998
@@ -111,8 +111,10 @@
return (s[-2]);
}
-child()
+void
+child( int ignored )
{
+ (void) ignored;
wait(0);
signal(SIGCHLD, child);
}