=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/window/Attic/wwopen.c,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/usr.bin/window/Attic/wwopen.c 1998/04/26 22:49:09 1.6 --- src/usr.bin/window/Attic/wwopen.c 2001/11/19 19:02:18 1.7 *************** *** 1,4 **** ! /* $OpenBSD: wwopen.c,v 1.6 1998/04/26 22:49:09 millert Exp $ */ /* $NetBSD: wwopen.c,v 1.6 1996/02/08 21:08:04 mycroft Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: wwopen.c,v 1.7 2001/11/19 19:02:18 mpech Exp $ */ /* $NetBSD: wwopen.c,v 1.6 1996/02/08 21:08:04 mycroft Exp $ */ /* *************** *** 41,47 **** #if 0 static char sccsid[] = "@(#)wwopen.c 8.2 (Berkeley) 4/28/95"; #else ! static char rcsid[] = "$OpenBSD: wwopen.c,v 1.6 1998/04/26 22:49:09 millert Exp $"; #endif #endif /* not lint */ --- 41,47 ---- #if 0 static char sccsid[] = "@(#)wwopen.c 8.2 (Berkeley) 4/28/95"; #else ! static char rcsid[] = "$OpenBSD: wwopen.c,v 1.7 2001/11/19 19:02:18 mpech Exp $"; #endif #endif /* not lint */ *************** *** 54,61 **** struct ww * wwopen(type, oflags, nrow, ncol, row, col, nline) { ! register struct ww *w; ! register i, j; char m; short nvis; --- 54,61 ---- struct ww * wwopen(type, oflags, nrow, ncol, row, col, nline) { ! struct ww *w; ! int i, j; char m; short nvis;