Fix the rcsid's.

This commit is contained in:
David E. O'Brien 2001-05-17 09:38:49 +00:00
parent c1323a523a
commit 2f8b721157
84 changed files with 168 additions and 84 deletions

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)char.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "char.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)cmd.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "defs.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)cmd1.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"@(#)$FreeBSD$";
#endif /* not lint */
#include "defs.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)cmd2.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "defs.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)cmd3.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "defs.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)cmd4.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "defs.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)cmd5.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "defs.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)cmd6.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "defs.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)cmd7.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include <stdlib.h>

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)compress.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)context.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "value.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)error.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "defs.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)lcmd.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "defs.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)lcmd1.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "defs.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)lcmd2.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "defs.h"

View file

@ -42,7 +42,8 @@ char copyright[] =
#ifndef lint
static char sccsid[] = "@(#)main.c 8.2 (Berkeley) 4/2/94";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "defs.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)mloop.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include <sys/param.h>

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)parser1.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "parser.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)parser2.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "parser.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)parser3.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "parser.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)parser4.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include <string.h>

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)parser5.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "parser.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)scanner.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include <ctype.h>

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)startup.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "defs.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)string.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include <string.h> /* System string definitions. */

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)ttf100.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)ttgeneric.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)tth19.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)tth29.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)ttinit.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)ttoutput.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)tttermcap.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "tt.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)tttvi925.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -43,7 +43,8 @@
#ifndef lint
static char sccsid[] = "@(#)ttwyse60.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -43,7 +43,8 @@
#ifndef lint
static char sccsid[] = "@(#)ttwyse75.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)ttzapple.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)ttzentec.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)var.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "value.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)win.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "defs.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)wwadd.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)wwalloc.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include <stdlib.h>

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)wwbox.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)wwchild.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)wwclose.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)wwclreol.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)wwclreos.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)wwcursor.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,5 +36,6 @@
#ifndef lint
static char sccsid[] = "@(#)wwdata.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)wwdelchar.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)wwdelete.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)wwdelline.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)wwdump.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include <string.h>

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)wwend.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include <signal.h>

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)wwenviron.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)wwerror.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include <errno.h>

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)wwflush.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)wwframe.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)wwgets.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)wwinit.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)wwinschar.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)wwinsline.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)wwiomux.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)wwlabel.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)wwmisc.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)wwmove.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)wwopen.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)wwprintf.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)wwpty.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)wwputc.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)wwputs.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)wwredraw.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)wwredrawwin.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)wwrint.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)wwscroll.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)wwsize.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include <stdlib.h>

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)wwspawn.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)wwsuspend.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)wwterminfo.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#ifdef TERMINFO

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)wwtty.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)wwunframe.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)wwupdate.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)wwwrite.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)xx.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"

View file

@ -36,7 +36,8 @@
#ifndef lint
static char sccsid[] = "@(#)xxflush.c 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "@(#)$FreeBSD$";
static char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include "ww.h"