=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/window/Attic/main.c,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/window/Attic/main.c 1997/01/17 07:13:52 1.5 --- src/usr.bin/window/Attic/main.c 1997/02/25 00:04:09 1.6 *************** *** 1,4 **** ! /* $OpenBSD: main.c,v 1.5 1997/01/17 07:13:52 millert Exp $ */ /* $NetBSD: main.c,v 1.6 1996/02/08 20:45:01 mycroft Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: main.c,v 1.6 1997/02/25 00:04:09 downsj Exp $ */ /* $NetBSD: main.c,v 1.6 1996/02/08 20:45:01 mycroft Exp $ */ /* *************** *** 47,59 **** #if 0 static char sccsid[] = "@(#)main.c 8.2 (Berkeley) 4/2/94"; #else ! static char rcsid[] = "$OpenBSD: main.c,v 1.5 1997/01/17 07:13:52 millert Exp $"; #endif #endif /* not lint */ #include "defs.h" #include #include #include "string.h" #include "char.h" #include "local.h" --- 47,61 ---- #if 0 static char sccsid[] = "@(#)main.c 8.2 (Berkeley) 4/2/94"; #else ! static char rcsid[] = "$OpenBSD: main.c,v 1.6 1997/02/25 00:04:09 downsj Exp $"; #endif #endif /* not lint */ #include "defs.h" #include #include + #include + #include #include "string.h" #include "char.h" #include "local.h"