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

15 lines
230 B
C

--- src/lat_tcp.c.orig Sat Feb 28 23:53:39 1998
+++ src/lat_tcp.c Sat Feb 28 23:54:15 1998
@@ -81,8 +81,10 @@
micro(buf, N);
}
-child()
+void
+child( int ignored )
{
+ (void) ignored;
wait(0);
signal(SIGCHLD, child);
}