summaryrefslogtreecommitdiffstats
path: root/usr.bin/window/wwchild.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/window/wwchild.c')
-rw-r--r--usr.bin/window/wwchild.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/window/wwchild.c b/usr.bin/window/wwchild.c
index 8b82fac..3ff46ec 100644
--- a/usr.bin/window/wwchild.c
+++ b/usr.bin/window/wwchild.c
@@ -48,10 +48,9 @@ static char rcsid[] =
void
wwchild()
{
- int olderrno;
register struct ww **wp;
- union wait w;
- int pid;
+ pid_t pid;
+ int olderrno, w;
char collected = 0;
olderrno = errno;
OpenPOWER on IntegriCloud