clean up RCS Ids slightly, etc.
This commit is contained in:
parent
0f099d92af
commit
d7290b7687
@ -1,5 +1,5 @@
|
||||
# from: @(#)Makefile 8.1 (Berkeley) 5/31/93
|
||||
# $Id: Makefile,v 1.5 1994/09/20 01:24:07 mycroft Exp $
|
||||
# $NetBSD: Makefile,v 1.6 1995/04/23 10:07:18 cgd Exp $
|
||||
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
||||
|
||||
PROG= cat
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: date.c,v 1.9 1995/03/21 09:03:50 cgd Exp $ */
|
||||
/* $NetBSD: date.c,v 1.10 1995/04/23 10:07:25 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1985, 1987, 1988, 1993
|
||||
@ -40,7 +40,11 @@ static char copyright[] =
|
||||
#endif /* not lint */
|
||||
|
||||
#ifndef lint
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)date.c 8.1 (Berkeley) 5/31/93";
|
||||
#else
|
||||
static char rcsid[] = "$NetBSD: date.c,v 1.10 1995/04/23 10:07:25 cgd Exp $";
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: buf.c,v 1.14 1995/03/21 09:04:35 cgd Exp $ */
|
||||
/* $NetBSD: buf.c,v 1.15 1995/04/23 10:07:28 cgd Exp $ */
|
||||
|
||||
/* buf.c: This file contains the scratch-file buffer rountines for the
|
||||
ed line editor. */
|
||||
@ -27,11 +27,12 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef lint
|
||||
#if 0
|
||||
static char *rcsid = "@(#)buf.c,v 1.4 1994/02/01 00:34:35 alm Exp";
|
||||
#else
|
||||
static char rcsid[] = "$NetBSD: buf.c,v 1.14 1995/03/21 09:04:35 cgd Exp $";
|
||||
static char rcsid[] = "$NetBSD: buf.c,v 1.15 1995/04/23 10:07:28 cgd Exp $";
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
#!/bin/sh -
|
||||
# $NetBSD: ckscripts.sh,v 1.8 1995/03/21 09:05:23 cgd Exp $
|
||||
# $NetBSD: ckscripts.sh,v 1.9 1995/04/23 10:07:34 cgd Exp $
|
||||
#
|
||||
# This script runs the .ed scripts generated by mkscripts.sh
|
||||
# and compares their output against the .r files, which contain
|
||||
# the correct output
|
||||
|
@ -1,5 +1,6 @@
|
||||
#!/bin/sh -
|
||||
# $NetBSD: mkscripts.sh,v 1.9 1995/03/21 09:05:27 cgd Exp $
|
||||
# $NetBSD: mkscripts.sh,v 1.10 1995/04/23 10:07:36 cgd Exp $
|
||||
#
|
||||
# This script generates ed test scripts (.ed) from .t files
|
||||
|
||||
PATH="/bin:/usr/bin:/usr/local/bin/:."
|
||||
|
Loading…
Reference in New Issue
Block a user