openbsd-ports/benchmarks/lmbench/patches/patch-src_lat_tcp_c
jasper bd44d3026d - fix patch names, no binary change
- regen one other patch while here
2011-07-08 09:33:25 +00:00

16 lines
320 B
Plaintext

$OpenBSD: patch-src_lat_tcp_c,v 1.1 2011/07/08 09:33:25 jasper Exp $
--- src/lat_tcp.c.orig Sat Nov 11 19:42:42 1995
+++ src/lat_tcp.c Fri Jul 8 11:31:35 2011
@@ -81,8 +81,10 @@ doclient(sock, host)
micro(buf, N);
}
-child()
+void
+child( int ignored )
{
+ (void) ignored;
wait(0);
signal(SIGCHLD, child);
}