=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/window/Attic/context.c,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/window/Attic/context.c 2003/06/03 02:56:23 1.5 --- src/usr.bin/window/Attic/context.c 2003/07/18 23:11:43 1.6 *************** *** 1,4 **** ! /* $OpenBSD: context.c,v 1.5 2003/06/03 02:56:23 millert Exp $ */ /* $NetBSD: context.c,v 1.3 1995/09/28 10:34:15 tls Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: context.c,v 1.6 2003/07/18 23:11:43 david Exp $ */ /* $NetBSD: context.c,v 1.3 1995/09/28 10:34:15 tls Exp $ */ /* *************** *** 37,43 **** #if 0 static char sccsid[] = "@(#)context.c 8.1 (Berkeley) 6/6/93"; #else ! static char rcsid[] = "$OpenBSD: context.c,v 1.5 2003/06/03 02:56:23 millert Exp $"; #endif #endif /* not lint */ --- 37,43 ---- #if 0 static char sccsid[] = "@(#)context.c 8.1 (Berkeley) 6/6/93"; #else ! static char rcsid[] = "$OpenBSD: context.c,v 1.6 2003/07/18 23:11:43 david Exp $"; #endif #endif /* not lint */ *************** *** 45,50 **** --- 45,51 ---- #include "string.h" #include "context.h" #include + #include /* * Context push/pop for nested command files.