=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/window/Attic/wwclose.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/window/Attic/wwclose.c 1997/02/25 00:04:42 1.3 +++ src/usr.bin/window/Attic/wwclose.c 2001/11/19 19:02:18 1.4 @@ -1,4 +1,4 @@ -/* $OpenBSD: wwclose.c,v 1.3 1997/02/25 00:04:42 downsj Exp $ */ +/* $OpenBSD: wwclose.c,v 1.4 2001/11/19 19:02:18 mpech Exp $ */ /* $NetBSD: wwclose.c,v 1.3 1995/09/28 10:35:14 tls Exp $ */ /* @@ -41,14 +41,14 @@ #if 0 static char sccsid[] = "@(#)wwclose.c 8.1 (Berkeley) 6/6/93"; #else -static char rcsid[] = "$OpenBSD: wwclose.c,v 1.3 1997/02/25 00:04:42 downsj Exp $"; +static char rcsid[] = "$OpenBSD: wwclose.c,v 1.4 2001/11/19 19:02:18 mpech Exp $"; #endif #endif /* not lint */ #include "ww.h" wwclose(w) -register struct ww *w; +struct ww *w; { wwindex[w->ww_index] = 0; if (w->ww_pty >= 0)