=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/window/Attic/wwchild.c,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/window/Attic/wwchild.c 2001/11/19 19:02:18 1.5 --- src/usr.bin/window/Attic/wwchild.c 2002/06/12 06:07:17 1.6 *************** *** 1,4 **** ! /* $OpenBSD: wwchild.c,v 1.5 2001/11/19 19:02:18 mpech Exp $ */ /* $NetBSD: wwchild.c,v 1.3 1995/09/28 10:35:13 tls Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: wwchild.c,v 1.6 2002/06/12 06:07:17 mpech Exp $ */ /* $NetBSD: wwchild.c,v 1.3 1995/09/28 10:35:13 tls Exp $ */ /* *************** *** 41,47 **** #if 0 static char sccsid[] = "@(#)wwchild.c 8.1 (Berkeley) 6/6/93"; #else ! static char rcsid[] = "$OpenBSD: wwchild.c,v 1.5 2001/11/19 19:02:18 mpech Exp $"; #endif #endif /* not lint */ --- 41,47 ---- #if 0 static char sccsid[] = "@(#)wwchild.c 8.1 (Berkeley) 6/6/93"; #else ! static char rcsid[] = "$OpenBSD: wwchild.c,v 1.6 2002/06/12 06:07:17 mpech Exp $"; #endif #endif /* not lint */ *************** *** 56,62 **** int olderrno; struct ww **wp; int w; ! int pid; char collected = 0; olderrno = errno; --- 56,62 ---- int olderrno; struct ww **wp; int w; ! pid_t pid; char collected = 0; olderrno = errno;