bd44d3026d
- regen one other patch while here
16 lines
320 B
Plaintext
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);
|
|
}
|