blob: c6f5b916b379e3489eb26a37ec9cff931e56bbac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- xforward.c.orig 1993-06-04 19:30:16.000000000 -0700
+++ xforward.c 2012-04-27 13:20:20.603550383 -0700
@@ -292,7 +292,7 @@
struct timeval timeout;
struct pend_conn *cur,*prev;
pid_t temppid;
- union wait wstatus;
+ int wstatus;
int exitstat,wopts,newoutgoing;
/* for each entry, call waitpid */
|