=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/window/Attic/wwchild.c,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/usr.bin/window/Attic/wwchild.c 2003/06/03 02:56:23 1.7 --- src/usr.bin/window/Attic/wwchild.c 2004/03/16 01:11:09 1.8 *************** *** 1,4 **** ! /* $OpenBSD: wwchild.c,v 1.7 2003/06/03 02:56:23 millert Exp $ */ /* $NetBSD: wwchild.c,v 1.3 1995/09/28 10:35:13 tls Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: wwchild.c,v 1.8 2004/03/16 01:11:09 tedu Exp $ */ /* $NetBSD: wwchild.c,v 1.3 1995/09/28 10:35:13 tls Exp $ */ /* *************** *** 37,43 **** #if 0 static char sccsid[] = "@(#)wwchild.c 8.1 (Berkeley) 6/6/93"; #else ! static char rcsid[] = "$OpenBSD: wwchild.c,v 1.7 2003/06/03 02:56:23 millert Exp $"; #endif #endif /* not lint */ --- 37,43 ---- #if 0 static char sccsid[] = "@(#)wwchild.c 8.1 (Berkeley) 6/6/93"; #else ! static char rcsid[] = "$OpenBSD: wwchild.c,v 1.8 2004/03/16 01:11:09 tedu Exp $"; #endif #endif /* not lint */ *************** *** 45,54 **** #include #include void wwchild() { - extern errno; int olderrno; struct ww **wp; int w; --- 45,55 ---- #include #include + #include + void wwchild() { int olderrno; struct ww **wp; int w;