=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/window/Attic/context.c,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/window/Attic/context.c 1997/02/25 00:04:02 1.3 --- src/usr.bin/window/Attic/context.c 2001/11/19 19:02:18 1.4 *************** *** 1,4 **** ! /* $OpenBSD: context.c,v 1.3 1997/02/25 00:04:02 downsj Exp $ */ /* $NetBSD: context.c,v 1.3 1995/09/28 10:34:15 tls Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: context.c,v 1.4 2001/11/19 19:02:18 mpech Exp $ */ /* $NetBSD: context.c,v 1.3 1995/09/28 10:34:15 tls Exp $ */ /* *************** *** 41,47 **** #if 0 static char sccsid[] = "@(#)context.c 8.1 (Berkeley) 6/6/93"; #else ! static char rcsid[] = "$OpenBSD: context.c,v 1.3 1997/02/25 00:04:02 downsj Exp $"; #endif #endif /* not lint */ --- 41,47 ---- #if 0 static char sccsid[] = "@(#)context.c 8.1 (Berkeley) 6/6/93"; #else ! static char rcsid[] = "$OpenBSD: context.c,v 1.4 2001/11/19 19:02:18 mpech Exp $"; #endif #endif /* not lint */ *************** *** 58,64 **** cx_alloc() { ! register struct context *xp; if (cx.x_type != 0) { xp = (struct context *) --- 58,64 ---- cx_alloc() { ! struct context *xp; if (cx.x_type != 0) { xp = (struct context *)