blob: a46f707a89b36581b133c139704e9cc8d741669e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- erpcd/erpcd.c.orig Sat Jan 31 17:38:06 1998
+++ erpcd/erpcd.c Thu Sep 18 20:10:32 2003
@@ -2108,11 +2108,7 @@
{
int savederrno = errno;
int i,j;
-#ifdef SYS_V
int status;
-#else
- union wait status;
-#endif
#ifdef SYS_V
/* decrement child_count for each status successfully returned */
|