From 9e32acae12fe0cf00c3de970a9656c92aa725caf Mon Sep 17 00:00:00 2001 From: Oliver Braun Date: Sun, 24 Nov 2002 16:43:14 +0000 Subject: - console.h is spelled consio.h here. - Fix union wait - Remove pointers to no longer existent web page PR: ports/45677 Submitted by: Volker Stolz --- misc/tcb/files/patch-src-tcb.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 misc/tcb/files/patch-src-tcb.c (limited to 'misc/tcb/files/patch-src-tcb.c') diff --git a/misc/tcb/files/patch-src-tcb.c b/misc/tcb/files/patch-src-tcb.c new file mode 100644 index 000000000000..9f07a5c3341d --- /dev/null +++ b/misc/tcb/files/patch-src-tcb.c @@ -0,0 +1,20 @@ +--- src/tcb.c.orig Mon Nov 23 15:51:15 1998 ++++ src/tcb.c Sun Nov 24 15:38:49 2002 +@@ -12,7 +12,7 @@ + #include + #include + #else +-#include ++#include + #endif linux + + static struct { +@@ -574,7 +574,7 @@ + void sig_child(int dummy) + { + int pid; +- union wait status; ++ int status; + + while ((pid = wait3((int*)&status, WNOHANG, (struct rusage *)0)) > 0) ; + } -- cgit v1.2.3