From: Sascha Wildner Date: Fri, 9 Apr 2010 05:38:27 +0000 (+0200) Subject: window(1): Remove __RCSID & friends. X-Git-Tag: v2.7.1~37^2~3^2~16 X-Git-Url: http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/2c872e05abde7665fd7d24427d1317995fe97d2f window(1): Remove __RCSID & friends. --- diff --git a/usr.bin/window/Makefile b/usr.bin/window/Makefile index 9446be5..31db8c8 100644 --- a/usr.bin/window/Makefile +++ b/usr.bin/window/Makefile @@ -9,7 +9,7 @@ SRCS= char.c cmd.c cmd1.c cmd2.c cmd3.c cmd4.c cmd5.c cmd6.c cmd7.c \ ttf100.c ttgeneric.c tth19.c tth29.c ttinit.c ttoutput.c tttermcap.c \ tttvi925.c ttwyse60.c ttwyse75.c ttzapple.c ttzentec.c var.c win.c \ wwadd.c wwalloc.c wwbox.c wwchild.c wwclose.c wwclreol.c wwclreos.c \ - wwcursor.c wwdata.c wwdelchar.c wwdelete.c wwdelline.c wwdump.c \ + wwcursor.c wwdelchar.c wwdelete.c wwdelline.c wwdump.c \ wwend.c wwenviron.c wwerror.c wwflush.c wwframe.c wwgets.c wwinit.c \ wwinschar.c wwinsline.c wwiomux.c wwlabel.c wwmisc.c wwmove.c \ wwopen.c wwprintf.c wwpty.c wwputc.c wwputs.c wwredraw.c \ diff --git a/usr.bin/window/char.c b/usr.bin/window/char.c index 8727df1..d5c455a 100644 --- a/usr.bin/window/char.c +++ b/usr.bin/window/char.c @@ -1,3 +1,4 @@ +/* @(#)char.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: char.c,v 1.6 2009/04/14 08:50:06 lukem Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)char.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: char.c,v 1.6 2009/04/14 08:50:06 lukem Exp $"); -#endif -#endif /* not lint */ - #include "char.h" char _cmap[] = { diff --git a/usr.bin/window/cmd.c b/usr.bin/window/cmd.c index deec51d..a048df5 100644 --- a/usr.bin/window/cmd.c +++ b/usr.bin/window/cmd.c @@ -1,3 +1,4 @@ +/* @(#)cmd.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: cmd.c,v 1.8 2003/08/07 11:17:21 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)cmd.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: cmd.c,v 1.8 2003/08/07 11:17:21 agc Exp $"); -#endif -#endif /* not lint */ - #include #include "defs.h" #include "char.h" diff --git a/usr.bin/window/cmd1.c b/usr.bin/window/cmd1.c index d31997e..90b1dd9 100644 --- a/usr.bin/window/cmd1.c +++ b/usr.bin/window/cmd1.c @@ -1,3 +1,4 @@ +/* @(#)cmd1.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: cmd1.c,v 1.7 2003/08/07 11:17:22 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)cmd1.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: cmd1.c,v 1.7 2003/08/07 11:17:22 agc Exp $"); -#endif -#endif /* not lint */ - #include "defs.h" #include "char.h" diff --git a/usr.bin/window/cmd2.c b/usr.bin/window/cmd2.c index 333c92c..386e7d8 100644 --- a/usr.bin/window/cmd2.c +++ b/usr.bin/window/cmd2.c @@ -1,3 +1,4 @@ +/* @(#)cmd2.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: cmd2.c,v 1.7 2009/04/14 08:50:06 lukem Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)cmd2.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: cmd2.c,v 1.7 2009/04/14 08:50:06 lukem Exp $"); -#endif -#endif /* not lint */ - #include "defs.h" const char *help_shortcmd[] = { diff --git a/usr.bin/window/cmd3.c b/usr.bin/window/cmd3.c index cac5d7f..7a56d1e 100644 --- a/usr.bin/window/cmd3.c +++ b/usr.bin/window/cmd3.c @@ -1,3 +1,4 @@ +/* @(#)cmd3.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: cmd3.c,v 1.8 2009/04/14 08:50:06 lukem Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)cmd3.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: cmd3.c,v 1.8 2009/04/14 08:50:06 lukem Exp $"); -#endif -#endif /* not lint */ - #include "defs.h" #include "window_string.h" diff --git a/usr.bin/window/cmd4.c b/usr.bin/window/cmd4.c index 270ab4b..275f7f4 100644 --- a/usr.bin/window/cmd4.c +++ b/usr.bin/window/cmd4.c @@ -1,3 +1,4 @@ +/* @(#)cmd4.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: cmd4.c,v 1.6 2003/08/07 11:17:22 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)cmd4.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: cmd4.c,v 1.6 2003/08/07 11:17:22 agc Exp $"); -#endif -#endif /* not lint */ - #include "defs.h" void diff --git a/usr.bin/window/cmd5.c b/usr.bin/window/cmd5.c index 1a64864..5d57fd5 100644 --- a/usr.bin/window/cmd5.c +++ b/usr.bin/window/cmd5.c @@ -1,3 +1,4 @@ +/* @(#)cmd5.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: cmd5.c,v 1.7 2003/08/07 11:17:23 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)cmd5.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: cmd5.c,v 1.7 2003/08/07 11:17:23 agc Exp $"); -#endif -#endif /* not lint */ - #include "defs.h" /* diff --git a/usr.bin/window/cmd6.c b/usr.bin/window/cmd6.c index e747723..8a989fa 100644 --- a/usr.bin/window/cmd6.c +++ b/usr.bin/window/cmd6.c @@ -1,3 +1,4 @@ +/* @(#)cmd6.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: cmd6.c,v 1.8 2009/04/14 08:50:06 lukem Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)cmd6.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: cmd6.c,v 1.8 2009/04/14 08:50:06 lukem Exp $"); -#endif -#endif /* not lint */ - #include "defs.h" #include "window_string.h" #include "char.h" diff --git a/usr.bin/window/cmd7.c b/usr.bin/window/cmd7.c index f69593b..684cf9d 100644 --- a/usr.bin/window/cmd7.c +++ b/usr.bin/window/cmd7.c @@ -1,3 +1,4 @@ +/* @(#)cmd7.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: cmd7.c,v 1.8 2006/05/02 22:30:25 christos Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)cmd7.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: cmd7.c,v 1.8 2006/05/02 22:30:25 christos Exp $"); -#endif -#endif /* not lint */ - #include #include #include "defs.h" diff --git a/usr.bin/window/compress.c b/usr.bin/window/compress.c index 5e907fb..14da34a 100644 --- a/usr.bin/window/compress.c +++ b/usr.bin/window/compress.c @@ -1,3 +1,4 @@ +/* @(#)compress.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: compress.c,v 1.7 2009/04/14 08:50:06 lukem Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)compress.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: compress.c,v 1.7 2009/04/14 08:50:06 lukem Exp $"); -#endif -#endif /* not lint */ - #include #include #include diff --git a/usr.bin/window/context.c b/usr.bin/window/context.c index 6de15c0..11124d1 100644 --- a/usr.bin/window/context.c +++ b/usr.bin/window/context.c @@ -1,3 +1,4 @@ +/* @(#)context.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: context.c,v 1.7 2003/08/07 11:17:24 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)context.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: context.c,v 1.7 2003/08/07 11:17:24 agc Exp $"); -#endif -#endif /* not lint */ - #include #include #include "defs.h" diff --git a/usr.bin/window/error.c b/usr.bin/window/error.c index 40d8498..da3ff93 100644 --- a/usr.bin/window/error.c +++ b/usr.bin/window/error.c @@ -1,3 +1,4 @@ +/* @(#)error.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: error.c,v 1.6 2003/08/07 11:17:25 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)error.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: error.c,v 1.6 2003/08/07 11:17:25 agc Exp $"); -#endif -#endif /* not lint */ - #include "defs.h" #include "context.h" #include "char.h" diff --git a/usr.bin/window/lcmd.c b/usr.bin/window/lcmd.c index 8fecadf..0f9d1df 100644 --- a/usr.bin/window/lcmd.c +++ b/usr.bin/window/lcmd.c @@ -1,3 +1,4 @@ +/* @(#)lcmd.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: lcmd.c,v 1.9 2009/04/14 08:50:06 lukem Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)lcmd.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: lcmd.c,v 1.9 2009/04/14 08:50:06 lukem Exp $"); -#endif -#endif /* not lint */ - #include "defs.h" #include "lcmd.h" #include "window_string.h" diff --git a/usr.bin/window/lcmd1.c b/usr.bin/window/lcmd1.c index 489e373..4018790 100644 --- a/usr.bin/window/lcmd1.c +++ b/usr.bin/window/lcmd1.c @@ -1,3 +1,4 @@ +/* @(#)lcmd1.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: lcmd1.c,v 1.11 2006/12/18 20:04:55 christos Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)lcmd1.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: lcmd1.c,v 1.11 2006/12/18 20:04:55 christos Exp $"); -#endif -#endif /* not lint */ - #include #include #include "defs.h" diff --git a/usr.bin/window/lcmd2.c b/usr.bin/window/lcmd2.c index 25f28e8..6fb4a00 100644 --- a/usr.bin/window/lcmd2.c +++ b/usr.bin/window/lcmd2.c @@ -1,3 +1,4 @@ +/* @(#)lcmd2.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: lcmd2.c,v 1.15 2008/12/29 01:53:35 christos Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)lcmd2.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: lcmd2.c,v 1.15 2008/12/29 01:53:35 christos Exp $"); -#endif -#endif /* not lint */ - #include #include #include diff --git a/usr.bin/window/main.c b/usr.bin/window/main.c index 1696ee7..969afa5 100644 --- a/usr.bin/window/main.c +++ b/usr.bin/window/main.c @@ -1,3 +1,4 @@ +/* @(#)main.c 8.2 (Berkeley) 4/2/94 */ /* $NetBSD: main.c,v 1.15 2009/04/14 08:50:06 lukem Exp $ */ /* @@ -32,20 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1983, 1993\ - The Regents of the University of California. All rights reserved."); -#endif /* not lint */ - -#ifndef lint -#if 0 -static char sccsid[] = "@(#)main.c 8.2 (Berkeley) 4/2/94"; -#else -__RCSID("$NetBSD: main.c,v 1.15 2009/04/14 08:50:06 lukem Exp $"); -#endif -#endif /* not lint */ - #include #include #include diff --git a/usr.bin/window/mloop.c b/usr.bin/window/mloop.c index 8985215..bd1722d 100644 --- a/usr.bin/window/mloop.c +++ b/usr.bin/window/mloop.c @@ -1,3 +1,4 @@ +/* @(#)mloop.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: mloop.c,v 1.8 2003/08/07 11:17:27 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)mloop.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: mloop.c,v 1.8 2003/08/07 11:17:27 agc Exp $"); -#endif -#endif /* not lint */ - #include #include #include "defs.h" diff --git a/usr.bin/window/parser1.c b/usr.bin/window/parser1.c index 6586bc3..f5733b9 100644 --- a/usr.bin/window/parser1.c +++ b/usr.bin/window/parser1.c @@ -1,3 +1,4 @@ +/* @(#)parser1.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: parser1.c,v 1.6 2003/08/07 11:17:28 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)parser1.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: parser1.c,v 1.6 2003/08/07 11:17:28 agc Exp $"); -#endif -#endif /* not lint */ - #include "defs.h" #include "parser.h" diff --git a/usr.bin/window/parser2.c b/usr.bin/window/parser2.c index 1f3c43e..53696e9 100644 --- a/usr.bin/window/parser2.c +++ b/usr.bin/window/parser2.c @@ -1,3 +1,4 @@ +/* @(#)parser2.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: parser2.c,v 1.11 2009/04/14 08:50:06 lukem Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)parser2.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: parser2.c,v 1.11 2009/04/14 08:50:06 lukem Exp $"); -#endif -#endif /* not lint */ - #define EXTERN #include "ww.h" #include "defs.h" diff --git a/usr.bin/window/parser3.c b/usr.bin/window/parser3.c index a1bc0df..313e6a2 100644 --- a/usr.bin/window/parser3.c +++ b/usr.bin/window/parser3.c @@ -1,3 +1,4 @@ +/* @(#)parser3.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: parser3.c,v 1.6 2003/08/07 11:17:28 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)parser3.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: parser3.c,v 1.6 2003/08/07 11:17:28 agc Exp $"); -#endif -#endif /* not lint */ - #include "defs.h" #include "parser.h" diff --git a/usr.bin/window/parser4.c b/usr.bin/window/parser4.c index 423deff..d90510a 100644 --- a/usr.bin/window/parser4.c +++ b/usr.bin/window/parser4.c @@ -1,3 +1,4 @@ +/* @(#)parser4.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: parser4.c,v 1.9 2009/04/14 08:50:06 lukem Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)parser4.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: parser4.c,v 1.9 2009/04/14 08:50:06 lukem Exp $"); -#endif -#endif /* not lint */ - #include #include "defs.h" #include "parser.h" diff --git a/usr.bin/window/parser5.c b/usr.bin/window/parser5.c index 3a83550..267230e 100644 --- a/usr.bin/window/parser5.c +++ b/usr.bin/window/parser5.c @@ -1,3 +1,4 @@ +/* @(#)parser5.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: parser5.c,v 1.7 2009/04/14 08:50:06 lukem Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)parser5.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: parser5.c,v 1.7 2009/04/14 08:50:06 lukem Exp $"); -#endif -#endif /* not lint */ - #include "defs.h" #include "parser.h" #include "var.h" diff --git a/usr.bin/window/scanner.c b/usr.bin/window/scanner.c index 7cbfe4a..38ca877 100644 --- a/usr.bin/window/scanner.c +++ b/usr.bin/window/scanner.c @@ -1,3 +1,4 @@ +/* @(#)scanner.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: scanner.c,v 1.9 2003/08/07 11:17:29 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)scanner.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: scanner.c,v 1.9 2003/08/07 11:17:29 agc Exp $"); -#endif -#endif /* not lint */ - #include #include "defs.h" diff --git a/usr.bin/window/startup.c b/usr.bin/window/startup.c index 3b683d5..650063a 100644 --- a/usr.bin/window/startup.c +++ b/usr.bin/window/startup.c @@ -1,3 +1,4 @@ +/* @(#)startup.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: startup.c,v 1.8 2009/04/14 08:50:06 lukem Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)startup.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: startup.c,v 1.8 2009/04/14 08:50:06 lukem Exp $"); -#endif -#endif /* not lint */ - #include #include "defs.h" #include "var.h" diff --git a/usr.bin/window/string.c b/usr.bin/window/string.c index 625d3c2..16b47b6 100644 --- a/usr.bin/window/string.c +++ b/usr.bin/window/string.c @@ -1,3 +1,4 @@ +/* @(#)string.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: string.c,v 1.10 2009/04/14 08:50:06 lukem Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)string.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: string.c,v 1.10 2009/04/14 08:50:06 lukem Exp $"); -#endif -#endif /* not lint */ - #include #include #include diff --git a/usr.bin/window/ttf100.c b/usr.bin/window/ttf100.c index c8941ab..49f990e 100644 --- a/usr.bin/window/ttf100.c +++ b/usr.bin/window/ttf100.c @@ -1,3 +1,4 @@ +/* @(#)ttf100.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: ttf100.c,v 1.6 2003/08/07 11:17:30 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)ttf100.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: ttf100.c,v 1.6 2003/08/07 11:17:30 agc Exp $"); -#endif -#endif /* not lint */ - #include "ww.h" #include "tt.h" diff --git a/usr.bin/window/ttgeneric.c b/usr.bin/window/ttgeneric.c index d2d6d5c..44bfe60 100644 --- a/usr.bin/window/ttgeneric.c +++ b/usr.bin/window/ttgeneric.c @@ -1,3 +1,4 @@ +/* @(#)ttgeneric.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: ttgeneric.c,v 1.10 2009/04/14 08:50:06 lukem Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)ttgeneric.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: ttgeneric.c,v 1.10 2009/04/14 08:50:06 lukem Exp $"); -#endif -#endif /* not lint */ - #include #include #include diff --git a/usr.bin/window/tth19.c b/usr.bin/window/tth19.c index 956af6a..85c6bf7 100644 --- a/usr.bin/window/tth19.c +++ b/usr.bin/window/tth19.c @@ -1,3 +1,4 @@ +/* @(#)tth19.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: tth19.c,v 1.7 2009/04/14 08:50:06 lukem Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)tth19.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: tth19.c,v 1.7 2009/04/14 08:50:06 lukem Exp $"); -#endif -#endif /* not lint */ - #include "ww.h" #include "tt.h" #include "char.h" diff --git a/usr.bin/window/tth29.c b/usr.bin/window/tth29.c index b230407..970984a 100644 --- a/usr.bin/window/tth29.c +++ b/usr.bin/window/tth29.c @@ -1,3 +1,4 @@ +/* @(#)tth29.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: tth29.c,v 1.6 2003/08/07 11:17:31 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)tth29.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: tth29.c,v 1.6 2003/08/07 11:17:31 agc Exp $"); -#endif -#endif /* not lint */ - #include "ww.h" #include "tt.h" #include "char.h" diff --git a/usr.bin/window/ttinit.c b/usr.bin/window/ttinit.c index 67a5cfe..868b676 100644 --- a/usr.bin/window/ttinit.c +++ b/usr.bin/window/ttinit.c @@ -1,3 +1,4 @@ +/* @(#)ttinit.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: ttinit.c,v 1.9 2003/08/13 15:21:07 itojun Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)ttinit.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: ttinit.c,v 1.9 2003/08/13 15:21:07 itojun Exp $"); -#endif -#endif /* not lint */ - #include #include #include "ww.h" diff --git a/usr.bin/window/ttoutput.c b/usr.bin/window/ttoutput.c index 2e1281a..12e794c 100644 --- a/usr.bin/window/ttoutput.c +++ b/usr.bin/window/ttoutput.c @@ -1,3 +1,4 @@ +/* @(#)ttoutput.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: ttoutput.c,v 1.9 2009/04/14 08:50:06 lukem Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)ttoutput.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: ttoutput.c,v 1.9 2009/04/14 08:50:06 lukem Exp $"); -#endif -#endif /* not lint */ - #include #include #include diff --git a/usr.bin/window/tttermcap.c b/usr.bin/window/tttermcap.c index bdf1da2..f26dc31 100644 --- a/usr.bin/window/tttermcap.c +++ b/usr.bin/window/tttermcap.c @@ -1,3 +1,4 @@ +/* @(#)tttermcap.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: tttermcap.c,v 1.9 2009/04/14 08:50:06 lukem Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)tttermcap.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: tttermcap.c,v 1.9 2009/04/14 08:50:06 lukem Exp $"); -#endif -#endif /* not lint */ - #include #include #include diff --git a/usr.bin/window/tttvi925.c b/usr.bin/window/tttvi925.c index 602f7be..816250c 100644 --- a/usr.bin/window/tttvi925.c +++ b/usr.bin/window/tttvi925.c @@ -1,3 +1,4 @@ +/* @(#)tttvi925.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: tttvi925.c,v 1.6 2003/08/07 11:17:32 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)tttvi925.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: tttvi925.c,v 1.6 2003/08/07 11:17:32 agc Exp $"); -#endif -#endif /* not lint */ - #include "ww.h" #include "tt.h" diff --git a/usr.bin/window/ttwyse60.c b/usr.bin/window/ttwyse60.c index b818a6b..d5bb78c 100644 --- a/usr.bin/window/ttwyse60.c +++ b/usr.bin/window/ttwyse60.c @@ -1,3 +1,4 @@ +/* @(#)ttwyse60.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: ttwyse60.c,v 1.6 2003/08/07 11:17:32 agc Exp $ */ /* @@ -39,15 +40,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)ttwyse60.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: ttwyse60.c,v 1.6 2003/08/07 11:17:32 agc Exp $"); -#endif -#endif /* not lint */ - #include "ww.h" #include "tt.h" diff --git a/usr.bin/window/ttwyse75.c b/usr.bin/window/ttwyse75.c index d8037b6..b0f5098 100644 --- a/usr.bin/window/ttwyse75.c +++ b/usr.bin/window/ttwyse75.c @@ -1,3 +1,4 @@ +/* @(#)ttwyse75.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: ttwyse75.c,v 1.6 2003/08/07 11:17:32 agc Exp $ */ /* @@ -39,15 +40,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)ttwyse75.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: ttwyse75.c,v 1.6 2003/08/07 11:17:32 agc Exp $"); -#endif -#endif /* not lint */ - #include "ww.h" #include "tt.h" diff --git a/usr.bin/window/ttzapple.c b/usr.bin/window/ttzapple.c index 98d339a..9f20fe6 100644 --- a/usr.bin/window/ttzapple.c +++ b/usr.bin/window/ttzapple.c @@ -1,3 +1,4 @@ +/* @(#)ttzapple.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: ttzapple.c,v 1.9 2009/04/14 08:50:06 lukem Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)ttzapple.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: ttzapple.c,v 1.9 2009/04/14 08:50:06 lukem Exp $"); -#endif -#endif /* not lint */ - #include #include "ww.h" #include "tt.h" diff --git a/usr.bin/window/ttzentec.c b/usr.bin/window/ttzentec.c index 33d666d..c911e12 100644 --- a/usr.bin/window/ttzentec.c +++ b/usr.bin/window/ttzentec.c @@ -1,3 +1,4 @@ +/* @(#)ttzentec.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: ttzentec.c,v 1.6 2003/08/07 11:17:33 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)ttzentec.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: ttzentec.c,v 1.6 2003/08/07 11:17:33 agc Exp $"); -#endif -#endif /* not lint */ - #include "ww.h" #include "tt.h" diff --git a/usr.bin/window/var.c b/usr.bin/window/var.c index 74cd342..7967d4d 100644 --- a/usr.bin/window/var.c +++ b/usr.bin/window/var.c @@ -1,3 +1,4 @@ +/* @(#)var.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: var.c,v 1.10 2009/04/14 08:50:06 lukem Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)var.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: var.c,v 1.10 2009/04/14 08:50:06 lukem Exp $"); -#endif -#endif /* not lint */ - #include #include #include "value.h" diff --git a/usr.bin/window/win.c b/usr.bin/window/win.c index ed0efff..10e1fb4 100644 --- a/usr.bin/window/win.c +++ b/usr.bin/window/win.c @@ -1,3 +1,4 @@ +/* @(#)win.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: win.c,v 1.14 2009/04/14 08:50:06 lukem Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)win.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: win.c,v 1.14 2009/04/14 08:50:06 lukem Exp $"); -#endif -#endif /* not lint */ - #include #include "defs.h" #include "char.h" diff --git a/usr.bin/window/wwadd.c b/usr.bin/window/wwadd.c index d505e7a..b722437 100644 --- a/usr.bin/window/wwadd.c +++ b/usr.bin/window/wwadd.c @@ -1,3 +1,4 @@ +/* @(#)wwadd.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: wwadd.c,v 1.7 2003/08/07 11:17:35 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)wwadd.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: wwadd.c,v 1.7 2003/08/07 11:17:35 agc Exp $"); -#endif -#endif /* not lint */ - #include "ww.h" /* diff --git a/usr.bin/window/wwalloc.c b/usr.bin/window/wwalloc.c index 09637b9..3a3243e 100644 --- a/usr.bin/window/wwalloc.c +++ b/usr.bin/window/wwalloc.c @@ -1,3 +1,4 @@ +/* @(#)wwalloc.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: wwalloc.c,v 1.6 2003/08/07 11:17:36 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)wwalloc.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: wwalloc.c,v 1.6 2003/08/07 11:17:36 agc Exp $"); -#endif -#endif /* not lint */ - #include #include "ww.h" diff --git a/usr.bin/window/wwbox.c b/usr.bin/window/wwbox.c index 40e7a79..43cc5e1 100644 --- a/usr.bin/window/wwbox.c +++ b/usr.bin/window/wwbox.c @@ -1,3 +1,4 @@ +/* @(#)wwbox.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: wwbox.c,v 1.6 2003/08/07 11:17:36 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)wwbox.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: wwbox.c,v 1.6 2003/08/07 11:17:36 agc Exp $"); -#endif -#endif /* not lint */ - #include "ww.h" #include "tt.h" diff --git a/usr.bin/window/wwchild.c b/usr.bin/window/wwchild.c index 1e4cee7..e6c0a27 100644 --- a/usr.bin/window/wwchild.c +++ b/usr.bin/window/wwchild.c @@ -1,3 +1,4 @@ +/* @(#)wwchild.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: wwchild.c,v 1.8 2006/12/18 20:04:55 christos Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)wwchild.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: wwchild.c,v 1.8 2006/12/18 20:04:55 christos Exp $"); -#endif -#endif /* not lint */ - #include #include #include diff --git a/usr.bin/window/wwclose.c b/usr.bin/window/wwclose.c index ac5f25d..a654dec 100644 --- a/usr.bin/window/wwclose.c +++ b/usr.bin/window/wwclose.c @@ -1,3 +1,4 @@ +/* @(#)wwclose.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: wwclose.c,v 1.6 2003/08/07 11:17:36 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)wwclose.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: wwclose.c,v 1.6 2003/08/07 11:17:36 agc Exp $"); -#endif -#endif /* not lint */ - #include #include #include "ww.h" diff --git a/usr.bin/window/wwclreol.c b/usr.bin/window/wwclreol.c index d9e5a10..010f5a9 100644 --- a/usr.bin/window/wwclreol.c +++ b/usr.bin/window/wwclreol.c @@ -1,3 +1,4 @@ +/* @(#)wwclreol.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: wwclreol.c,v 1.7 2003/08/07 11:17:37 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)wwclreol.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: wwclreol.c,v 1.7 2003/08/07 11:17:37 agc Exp $"); -#endif -#endif /* not lint */ - #include "ww.h" #include "tt.h" diff --git a/usr.bin/window/wwclreos.c b/usr.bin/window/wwclreos.c index c8cb430..051fe95 100644 --- a/usr.bin/window/wwclreos.c +++ b/usr.bin/window/wwclreos.c @@ -1,3 +1,4 @@ +/* @(#)wwclreos.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: wwclreos.c,v 1.7 2003/08/07 11:17:37 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)wwclreos.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: wwclreos.c,v 1.7 2003/08/07 11:17:37 agc Exp $"); -#endif -#endif /* not lint */ - #include "ww.h" #include "tt.h" diff --git a/usr.bin/window/wwcursor.c b/usr.bin/window/wwcursor.c index d68b1d0..d6f2f50 100644 --- a/usr.bin/window/wwcursor.c +++ b/usr.bin/window/wwcursor.c @@ -1,3 +1,4 @@ +/* @(#)wwcursor.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: wwcursor.c,v 1.7 2003/08/07 11:17:37 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)wwcursor.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: wwcursor.c,v 1.7 2003/08/07 11:17:37 agc Exp $"); -#endif -#endif /* not lint */ - #include "ww.h" void diff --git a/usr.bin/window/wwdata.c b/usr.bin/window/wwdata.c deleted file mode 100644 index 7a30544..0000000 --- a/usr.bin/window/wwdata.c +++ /dev/null @@ -1,42 +0,0 @@ -/* $NetBSD: wwdata.c,v 1.5 2003/08/07 11:17:37 agc Exp $ */ - -/* - * Copyright (c) 1983, 1993 - * The Regents of the University of California. All rights reserved. - * - * This code is derived from software contributed to Berkeley by - * Edward Wang at The University of California, Berkeley. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * 3. Neither the name of the University nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - */ - -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)wwdata.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: wwdata.c,v 1.5 2003/08/07 11:17:37 agc Exp $"); -#endif -#endif /* not lint */ diff --git a/usr.bin/window/wwdelchar.c b/usr.bin/window/wwdelchar.c index ed70f9d..758aacc 100644 --- a/usr.bin/window/wwdelchar.c +++ b/usr.bin/window/wwdelchar.c @@ -1,3 +1,4 @@ +/* @(#)wwdelchar.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: wwdelchar.c,v 1.7 2003/08/07 11:17:38 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)wwdelchar.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: wwdelchar.c,v 1.7 2003/08/07 11:17:38 agc Exp $"); -#endif -#endif /* not lint */ - #include "ww.h" #include "tt.h" #include "xx.h" diff --git a/usr.bin/window/wwdelete.c b/usr.bin/window/wwdelete.c index 9bdfc5b..07083fd 100644 --- a/usr.bin/window/wwdelete.c +++ b/usr.bin/window/wwdelete.c @@ -1,3 +1,4 @@ +/* @(#)wwdelete.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: wwdelete.c,v 1.7 2003/08/07 11:17:38 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)wwdelete.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: wwdelete.c,v 1.7 2003/08/07 11:17:38 agc Exp $"); -#endif -#endif /* not lint */ - #include "ww.h" /* diff --git a/usr.bin/window/wwdelline.c b/usr.bin/window/wwdelline.c index 604b000..509e164 100644 --- a/usr.bin/window/wwdelline.c +++ b/usr.bin/window/wwdelline.c @@ -1,3 +1,4 @@ +/* @(#)wwdelline.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: wwdelline.c,v 1.6 2003/08/07 11:17:38 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)wwdelline.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: wwdelline.c,v 1.6 2003/08/07 11:17:38 agc Exp $"); -#endif -#endif /* not lint */ - #include "ww.h" void diff --git a/usr.bin/window/wwdump.c b/usr.bin/window/wwdump.c index c83d5d6..31abdf5 100644 --- a/usr.bin/window/wwdump.c +++ b/usr.bin/window/wwdump.c @@ -1,3 +1,4 @@ +/* @(#)wwdump.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: wwdump.c,v 1.8 2003/08/07 11:17:38 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)wwdump.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: wwdump.c,v 1.8 2003/08/07 11:17:38 agc Exp $"); -#endif -#endif /* not lint */ - #include #include #include "ww.h" diff --git a/usr.bin/window/wwend.c b/usr.bin/window/wwend.c index 8265829..f0948d6 100644 --- a/usr.bin/window/wwend.c +++ b/usr.bin/window/wwend.c @@ -1,3 +1,4 @@ +/* @(#)wwend.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: wwend.c,v 1.8 2006/12/18 20:04:55 christos Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)wwend.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: wwend.c,v 1.8 2006/12/18 20:04:55 christos Exp $"); -#endif -#endif /* not lint */ - #include #include #include "ww.h" diff --git a/usr.bin/window/wwenviron.c b/usr.bin/window/wwenviron.c index 18dceae..a963944 100644 --- a/usr.bin/window/wwenviron.c +++ b/usr.bin/window/wwenviron.c @@ -1,3 +1,4 @@ +/* @(#)wwenviron.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: wwenviron.c,v 1.9 2003/08/07 11:17:39 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)wwenviron.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: wwenviron.c,v 1.9 2003/08/07 11:17:39 agc Exp $"); -#endif -#endif /* not lint */ - #include #if !defined(OLD_TTY) && !defined(TIOCSCTTY) && !defined(TIOCNOTTY) #include diff --git a/usr.bin/window/wwerror.c b/usr.bin/window/wwerror.c index fd505b7..401d9ee 100644 --- a/usr.bin/window/wwerror.c +++ b/usr.bin/window/wwerror.c @@ -1,3 +1,4 @@ +/* @(#)wwerror.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: wwerror.c,v 1.7 2003/08/07 11:17:39 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)wwerror.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: wwerror.c,v 1.7 2003/08/07 11:17:39 agc Exp $"); -#endif -#endif /* not lint */ - #include #include #include "ww.h" diff --git a/usr.bin/window/wwflush.c b/usr.bin/window/wwflush.c index f5c35dc..bd44384 100644 --- a/usr.bin/window/wwflush.c +++ b/usr.bin/window/wwflush.c @@ -1,3 +1,4 @@ +/* @(#)wwflush.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: wwflush.c,v 1.10 2006/12/18 20:04:55 christos Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)wwflush.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: wwflush.c,v 1.10 2006/12/18 20:04:55 christos Exp $"); -#endif -#endif /* not lint */ - #include #include #include diff --git a/usr.bin/window/wwframe.c b/usr.bin/window/wwframe.c index a67c71b..c00ae6d 100644 --- a/usr.bin/window/wwframe.c +++ b/usr.bin/window/wwframe.c @@ -1,3 +1,4 @@ +/* @(#)wwframe.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: wwframe.c,v 1.7 2003/08/07 11:17:39 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)wwframe.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: wwframe.c,v 1.7 2003/08/07 11:17:39 agc Exp $"); -#endif -#endif /* not lint */ - #include "ww.h" #include "tt.h" diff --git a/usr.bin/window/wwgets.c b/usr.bin/window/wwgets.c index f60e402..b00fa83 100644 --- a/usr.bin/window/wwgets.c +++ b/usr.bin/window/wwgets.c @@ -1,3 +1,4 @@ +/* @(#)wwgets.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: wwgets.c,v 1.9 2003/08/07 11:17:40 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)wwgets.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: wwgets.c,v 1.9 2003/08/07 11:17:40 agc Exp $"); -#endif -#endif /* not lint */ - #include #include "ww.h" #include "char.h" diff --git a/usr.bin/window/wwinit.c b/usr.bin/window/wwinit.c index d83f5ca..6a563e5 100644 --- a/usr.bin/window/wwinit.c +++ b/usr.bin/window/wwinit.c @@ -1,3 +1,4 @@ +/* @(#)wwinit.c 8.2 (Berkeley) 4/28/95 */ /* $NetBSD: wwinit.c,v 1.19 2009/04/14 08:50:06 lukem Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)wwinit.c 8.2 (Berkeley) 4/28/95"; -#else -__RCSID("$NetBSD: wwinit.c,v 1.19 2009/04/14 08:50:06 lukem Exp $"); -#endif -#endif /* not lint */ - #include #include #include diff --git a/usr.bin/window/wwinschar.c b/usr.bin/window/wwinschar.c index aea2438..4e95e1a 100644 --- a/usr.bin/window/wwinschar.c +++ b/usr.bin/window/wwinschar.c @@ -1,3 +1,4 @@ +/* @(#)wwinschar.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: wwinschar.c,v 1.7 2003/08/07 11:17:40 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)wwinschar.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: wwinschar.c,v 1.7 2003/08/07 11:17:40 agc Exp $"); -#endif -#endif /* not lint */ - #include "ww.h" #include "tt.h" #include "xx.h" diff --git a/usr.bin/window/wwinsline.c b/usr.bin/window/wwinsline.c index 17c97af..1f51415 100644 --- a/usr.bin/window/wwinsline.c +++ b/usr.bin/window/wwinsline.c @@ -1,3 +1,4 @@ +/* @(#)wwinsline.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: wwinsline.c,v 1.6 2003/08/07 11:17:40 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)wwinsline.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: wwinsline.c,v 1.6 2003/08/07 11:17:40 agc Exp $"); -#endif -#endif /* not lint */ - #include "ww.h" void diff --git a/usr.bin/window/wwiomux.c b/usr.bin/window/wwiomux.c index f75474d..2453f3c 100644 --- a/usr.bin/window/wwiomux.c +++ b/usr.bin/window/wwiomux.c @@ -1,3 +1,4 @@ +/* @(#)wwiomux.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: wwiomux.c,v 1.14 2009/04/14 08:50:06 lukem Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)wwiomux.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: wwiomux.c,v 1.14 2009/04/14 08:50:06 lukem Exp $"); -#endif -#endif /* not lint */ - #include #if !defined(OLD_TTY) && !defined(TIOCPKT_DATA) #include diff --git a/usr.bin/window/wwlabel.c b/usr.bin/window/wwlabel.c index 8a54d2d..e4b8778 100644 --- a/usr.bin/window/wwlabel.c +++ b/usr.bin/window/wwlabel.c @@ -1,3 +1,4 @@ +/* @(#)wwlabel.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: wwlabel.c,v 1.8 2009/04/14 08:50:06 lukem Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)wwlabel.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: wwlabel.c,v 1.8 2009/04/14 08:50:06 lukem Exp $"); -#endif -#endif /* not lint */ - #include "ww.h" #include "char.h" diff --git a/usr.bin/window/wwmisc.c b/usr.bin/window/wwmisc.c index c48e04b..d7c3829 100644 --- a/usr.bin/window/wwmisc.c +++ b/usr.bin/window/wwmisc.c @@ -1,3 +1,4 @@ +/* @(#)wwmisc.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: wwmisc.c,v 1.7 2003/08/07 11:17:41 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)wwmisc.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: wwmisc.c,v 1.7 2003/08/07 11:17:41 agc Exp $"); -#endif -#endif /* not lint */ - #include "ww.h" #include "tt.h" #include "char.h" diff --git a/usr.bin/window/wwmove.c b/usr.bin/window/wwmove.c index e6d17ed..05bfa2e 100644 --- a/usr.bin/window/wwmove.c +++ b/usr.bin/window/wwmove.c @@ -1,3 +1,4 @@ +/* @(#)wwmove.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: wwmove.c,v 1.7 2003/08/07 11:17:42 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)wwmove.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: wwmove.c,v 1.7 2003/08/07 11:17:42 agc Exp $"); -#endif -#endif /* not lint */ - #include "ww.h" /* diff --git a/usr.bin/window/wwopen.c b/usr.bin/window/wwopen.c index 9825f9b..049f6b8 100644 --- a/usr.bin/window/wwopen.c +++ b/usr.bin/window/wwopen.c @@ -1,3 +1,4 @@ +/* @(#)wwopen.c 8.2 (Berkeley) 4/28/95 */ /* $NetBSD: wwopen.c,v 1.12 2003/08/07 11:17:42 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)wwopen.c 8.2 (Berkeley) 4/28/95"; -#else -__RCSID("$NetBSD: wwopen.c,v 1.12 2003/08/07 11:17:42 agc Exp $"); -#endif -#endif /* not lint */ - #include #include #include diff --git a/usr.bin/window/wwprintf.c b/usr.bin/window/wwprintf.c index 27baeae..0e9b71a 100644 --- a/usr.bin/window/wwprintf.c +++ b/usr.bin/window/wwprintf.c @@ -1,3 +1,4 @@ +/* @(#)wwprintf.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: wwprintf.c,v 1.6 2003/08/07 11:17:42 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)wwprintf.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: wwprintf.c,v 1.6 2003/08/07 11:17:42 agc Exp $"); -#endif -#endif /* not lint */ - #include "ww.h" void diff --git a/usr.bin/window/wwpty.c b/usr.bin/window/wwpty.c index ea926f6..e61e3fd 100644 --- a/usr.bin/window/wwpty.c +++ b/usr.bin/window/wwpty.c @@ -1,3 +1,4 @@ +/* @(#)wwpty.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: wwpty.c,v 1.8 2003/08/07 11:17:42 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)wwpty.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: wwpty.c,v 1.8 2003/08/07 11:17:42 agc Exp $"); -#endif -#endif /* not lint */ - #if !defined(OLD_TTY) && !defined(TIOCPKT) #include #endif diff --git a/usr.bin/window/wwputc.c b/usr.bin/window/wwputc.c index 0d8619c..767f204 100644 --- a/usr.bin/window/wwputc.c +++ b/usr.bin/window/wwputc.c @@ -1,3 +1,4 @@ +/* @(#)wwputc.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: wwputc.c,v 1.6 2003/08/07 11:17:43 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)wwputc.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: wwputc.c,v 1.6 2003/08/07 11:17:43 agc Exp $"); -#endif -#endif /* not lint */ - #include "ww.h" void diff --git a/usr.bin/window/wwputs.c b/usr.bin/window/wwputs.c index 408189d..9cb1acc 100644 --- a/usr.bin/window/wwputs.c +++ b/usr.bin/window/wwputs.c @@ -1,3 +1,4 @@ +/* @(#)wwputs.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: wwputs.c,v 1.7 2009/04/14 08:50:06 lukem Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)wwputs.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: wwputs.c,v 1.7 2009/04/14 08:50:06 lukem Exp $"); -#endif -#endif /* not lint */ - #include "ww.h" void diff --git a/usr.bin/window/wwredraw.c b/usr.bin/window/wwredraw.c index 45e80d7..c32656c 100644 --- a/usr.bin/window/wwredraw.c +++ b/usr.bin/window/wwredraw.c @@ -1,3 +1,4 @@ +/* @(#)wwredraw.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: wwredraw.c,v 1.6 2003/08/07 11:17:43 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)wwredraw.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: wwredraw.c,v 1.6 2003/08/07 11:17:43 agc Exp $"); -#endif -#endif /* not lint */ - #include "ww.h" #include "tt.h" #include "xx.h" diff --git a/usr.bin/window/wwredrawwin.c b/usr.bin/window/wwredrawwin.c index 055f523..9c814d5 100644 --- a/usr.bin/window/wwredrawwin.c +++ b/usr.bin/window/wwredrawwin.c @@ -1,3 +1,4 @@ +/* @(#)wwredrawwin.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: wwredrawwin.c,v 1.7 2003/08/07 11:17:44 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)wwredrawwin.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: wwredrawwin.c,v 1.7 2003/08/07 11:17:44 agc Exp $"); -#endif -#endif /* not lint */ - #include "ww.h" void diff --git a/usr.bin/window/wwrint.c b/usr.bin/window/wwrint.c index 94266b1..c02b453 100644 --- a/usr.bin/window/wwrint.c +++ b/usr.bin/window/wwrint.c @@ -1,3 +1,4 @@ +/* @(#)wwrint.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: wwrint.c,v 1.7 2003/08/07 11:17:44 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)wwrint.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: wwrint.c,v 1.7 2003/08/07 11:17:44 agc Exp $"); -#endif -#endif /* not lint */ - #include #include "ww.h" #include "tt.h" diff --git a/usr.bin/window/wwscroll.c b/usr.bin/window/wwscroll.c index bff1110..072c583 100644 --- a/usr.bin/window/wwscroll.c +++ b/usr.bin/window/wwscroll.c @@ -1,3 +1,4 @@ +/* @(#)wwscroll.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: wwscroll.c,v 1.7 2003/08/07 11:17:44 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)wwscroll.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: wwscroll.c,v 1.7 2003/08/07 11:17:44 agc Exp $"); -#endif -#endif /* not lint */ - #include #include "ww.h" diff --git a/usr.bin/window/wwsize.c b/usr.bin/window/wwsize.c index 23bbe1a..3a03de2 100644 --- a/usr.bin/window/wwsize.c +++ b/usr.bin/window/wwsize.c @@ -1,3 +1,4 @@ +/* @(#)wwsize.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: wwsize.c,v 1.9 2006/05/02 22:24:05 christos Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)wwsize.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: wwsize.c,v 1.9 2006/05/02 22:24:05 christos Exp $"); -#endif -#endif /* not lint */ - #include #include "ww.h" diff --git a/usr.bin/window/wwspawn.c b/usr.bin/window/wwspawn.c index 4038275..498458a 100644 --- a/usr.bin/window/wwspawn.c +++ b/usr.bin/window/wwspawn.c @@ -1,3 +1,4 @@ +/* @(#)wwspawn.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: wwspawn.c,v 1.10 2006/12/18 20:04:55 christos Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)wwspawn.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: wwspawn.c,v 1.10 2006/12/18 20:04:55 christos Exp $"); -#endif -#endif /* not lint */ - #include #include #include "ww.h" diff --git a/usr.bin/window/wwsuspend.c b/usr.bin/window/wwsuspend.c index 96e30c5..21c9531 100644 --- a/usr.bin/window/wwsuspend.c +++ b/usr.bin/window/wwsuspend.c @@ -1,3 +1,4 @@ +/* @(#)wwsuspend.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: wwsuspend.c,v 1.6 2003/08/07 11:17:45 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)wwsuspend.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: wwsuspend.c,v 1.6 2003/08/07 11:17:45 agc Exp $"); -#endif -#endif /* not lint */ - #include #include "ww.h" #include "tt.h" diff --git a/usr.bin/window/wwterminfo.c b/usr.bin/window/wwterminfo.c index de38f13..3b04ad0 100644 --- a/usr.bin/window/wwterminfo.c +++ b/usr.bin/window/wwterminfo.c @@ -1,3 +1,4 @@ +/* @(#)wwterminfo.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: wwterminfo.c,v 1.5 2003/08/07 11:17:45 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)wwterminfo.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: wwterminfo.c,v 1.5 2003/08/07 11:17:45 agc Exp $"); -#endif -#endif /* not lint */ - #ifdef TERMINFO #include diff --git a/usr.bin/window/wwtty.c b/usr.bin/window/wwtty.c index ef2475c..86631a5 100644 --- a/usr.bin/window/wwtty.c +++ b/usr.bin/window/wwtty.c @@ -1,3 +1,4 @@ +/* @(#)wwtty.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: wwtty.c,v 1.7 2003/08/07 11:17:46 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)wwtty.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: wwtty.c,v 1.7 2003/08/07 11:17:46 agc Exp $"); -#endif -#endif /* not lint */ - #include #if !defined(OLD_TTY) && !defined(TIOCGWINSZ) #include diff --git a/usr.bin/window/wwunframe.c b/usr.bin/window/wwunframe.c index a241cbf..0f9d4d3 100644 --- a/usr.bin/window/wwunframe.c +++ b/usr.bin/window/wwunframe.c @@ -1,3 +1,4 @@ +/* @(#)wwunframe.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: wwunframe.c,v 1.7 2003/08/07 11:17:46 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)wwunframe.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: wwunframe.c,v 1.7 2003/08/07 11:17:46 agc Exp $"); -#endif -#endif /* not lint */ - #include "ww.h" void diff --git a/usr.bin/window/wwupdate.c b/usr.bin/window/wwupdate.c index f075916..3990279 100644 --- a/usr.bin/window/wwupdate.c +++ b/usr.bin/window/wwupdate.c @@ -1,3 +1,4 @@ +/* @(#)wwupdate.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: wwupdate.c,v 1.6 2003/08/07 11:17:46 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)wwupdate.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: wwupdate.c,v 1.6 2003/08/07 11:17:46 agc Exp $"); -#endif -#endif /* not lint */ - #include "ww.h" #include "tt.h" #include "xx.h" diff --git a/usr.bin/window/wwwrite.c b/usr.bin/window/wwwrite.c index 6cfe5cf..781524f 100644 --- a/usr.bin/window/wwwrite.c +++ b/usr.bin/window/wwwrite.c @@ -1,3 +1,4 @@ +/* @(#)wwwrite.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: wwwrite.c,v 1.9 2009/04/14 08:50:06 lukem Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)wwwrite.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: wwwrite.c,v 1.9 2009/04/14 08:50:06 lukem Exp $"); -#endif -#endif /* not lint */ - #include "ww.h" #include "tt.h" #include "xx.h" diff --git a/usr.bin/window/xx.c b/usr.bin/window/xx.c index 5e66e17..b77a807 100644 --- a/usr.bin/window/xx.c +++ b/usr.bin/window/xx.c @@ -1,3 +1,4 @@ +/* @(#)xx.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: xx.c,v 1.7 2003/08/07 11:17:46 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)xx.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: xx.c,v 1.7 2003/08/07 11:17:46 agc Exp $"); -#endif -#endif /* not lint */ - #include #include #define EXTERN diff --git a/usr.bin/window/xxflush.c b/usr.bin/window/xxflush.c index 71feef5..8be5cdd 100644 --- a/usr.bin/window/xxflush.c +++ b/usr.bin/window/xxflush.c @@ -1,3 +1,4 @@ +/* @(#)xxflush.c 8.1 (Berkeley) 6/6/93 */ /* $NetBSD: xxflush.c,v 1.6 2003/08/07 11:17:47 agc Exp $ */ /* @@ -32,15 +33,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -#if 0 -static char sccsid[] = "@(#)xxflush.c 8.1 (Berkeley) 6/6/93"; -#else -__RCSID("$NetBSD: xxflush.c,v 1.6 2003/08/07 11:17:47 agc Exp $"); -#endif -#endif /* not lint */ - #include "ww.h" #include "xx.h" #include "tt.h"