85a8143a41
PR: 120050 Submitted by: Ed Schouten <ed@fxq.nl>
23 lines
497 B
C
23 lines
497 B
C
--- erpcd/erpcd.c.orig Sat Jan 31 17:38:06 1998
|
|
+++ erpcd/erpcd.c Thu Sep 18 20:10:32 2003
|
|
@@ -36,7 +36,7 @@
|
|
#include <sys/param.h>
|
|
#include <sys/wait.h>
|
|
#include <netinet/in.h>
|
|
-#include <sgtty.h>
|
|
+#include <sys/ioctl.h>
|
|
#include <netdb.h>
|
|
#else
|
|
#include <time.h>
|
|
@@ -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 */
|