New-style RCS IDs.
This commit is contained in:
parent
919f902e1c
commit
6fe057662d
@ -1,5 +1,5 @@
|
||||
# from: @(#)Makefile 5.12 (Berkeley) 1/16/91
|
||||
# $Id: Makefile,v 1.10 1995/04/28 07:00:57 cgd Exp $
|
||||
# $NetBSD: Makefile,v 1.11 1995/08/17 17:22:06 thorpej Exp $
|
||||
|
||||
PROG= config.old
|
||||
BINDIR= /usr/sbin
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: config.h,v 1.19 1995/08/17 17:22:08 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1980 Regents of the University of California.
|
||||
* All rights reserved.
|
||||
@ -31,7 +33,6 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)config.h 5.14 (Berkeley) 7/1/91
|
||||
* $Id: config.h,v 1.18 1995/08/17 17:09:24 thorpej Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -1,3 +1,5 @@
|
||||
.\" $NetBSD: config.old.8,v 1.9 1995/08/17 17:22:09 thorpej Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991 The Regents of the University of California.
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
@ -30,7 +32,6 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)config.8 6.5 (Berkeley) 3/16/91
|
||||
.\" $Id: config.old.8,v 1.8 1995/04/28 08:15:56 cgd Exp $
|
||||
.\"
|
||||
.Dd March 16, 1991
|
||||
.Dt CONFIG.OLD 8
|
||||
|
@ -75,6 +75,7 @@
|
||||
%type <file> swap_device_spec
|
||||
|
||||
%{
|
||||
/* $NetBSD: config.y,v 1.18 1995/08/17 17:22:10 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988 Regents of the University of California.
|
||||
@ -109,7 +110,6 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)config.y 5.14 (Berkeley) 7/1/91
|
||||
* $Id: config.y,v 1.17 1995/08/17 17:09:22 thorpej Exp $
|
||||
*/
|
||||
|
||||
#include <ctype.h>
|
||||
|
@ -1,4 +1,6 @@
|
||||
%{
|
||||
/* $NetBSD: lang.l,v 1.12 1995/08/17 17:22:11 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1980 The Regents of the University of California.
|
||||
* All rights reserved.
|
||||
@ -32,7 +34,6 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)lang.l 5.8 (Berkeley) 4/19/91
|
||||
* $Id: lang.l,v 1.11 1994/06/24 14:22:13 hpeyerl Exp $
|
||||
*/
|
||||
|
||||
#include <ctype.h>
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: main.c,v 1.13 1995/08/17 17:22:12 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1980 Regents of the University of California.
|
||||
* All rights reserved.
|
||||
@ -39,7 +41,7 @@ char copyright[] =
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)main.c 5.17 (Berkeley) 7/1/91";*/
|
||||
static char rcsid[] = "$Id: main.c,v 1.12 1995/04/28 07:01:03 cgd Exp $";
|
||||
static char rcsid[] = "$NetBSD: main.c,v 1.13 1995/08/17 17:22:12 thorpej Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: mkglue.c,v 1.10 1995/08/17 17:22:14 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1980 Regents of the University of California.
|
||||
* All rights reserved.
|
||||
@ -33,7 +35,7 @@
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)mkglue.c 5.10 (Berkeley) 1/15/91";*/
|
||||
static char rcsid[] = "$Id: mkglue.c,v 1.9 1994/02/23 00:23:25 mycroft Exp $";
|
||||
static char rcsid[] = "$NetBSD: mkglue.c,v 1.10 1995/08/17 17:22:14 thorpej Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
/*
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: mkheaders.c,v 1.7 1995/08/17 17:22:15 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1980 Regents of the University of California.
|
||||
* All rights reserved.
|
||||
@ -33,7 +35,7 @@
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)mkheaders.c 5.7 (Berkeley) 7/1/91";*/
|
||||
static char rcsid[] = "$Id: mkheaders.c,v 1.6 1994/03/10 19:50:45 mycroft Exp $";
|
||||
static char rcsid[] = "$NetBSD: mkheaders.c,v 1.7 1995/08/17 17:22:15 thorpej Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
/*
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: mkioconf.c,v 1.37 1995/08/17 17:22:17 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1980 Regents of the University of California.
|
||||
* All rights reserved.
|
||||
@ -33,7 +35,7 @@
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)mkioconf.c 5.18 (Berkeley) 5/10/91";*/
|
||||
static char rcsid[] = "$Id: mkioconf.c,v 1.36 1995/08/17 16:43:35 thorpej Exp $";
|
||||
static char rcsid[] = "$NetBSD: mkioconf.c,v 1.37 1995/08/17 17:22:17 thorpej Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: mkmakefile.c,v 1.28 1995/08/17 17:22:18 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1980,1990 Regents of the University of California.
|
||||
* All rights reserved.
|
||||
@ -33,7 +35,7 @@
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)mkmakefile.c 5.33 (Berkeley) 7/1/91";*/
|
||||
static char rcsid[] = "$Id: mkmakefile.c,v 1.27 1995/05/08 19:30:31 mycroft Exp $";
|
||||
static char rcsid[] = "$NetBSD: mkmakefile.c,v 1.28 1995/08/17 17:22:18 thorpej Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
/*
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: mkswapconf.c,v 1.11 1995/08/17 17:22:20 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1980 Regents of the University of California.
|
||||
* All rights reserved.
|
||||
@ -33,7 +35,7 @@
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)mkswapconf.c 5.10 (Berkeley) 7/1/91";*/
|
||||
static char rcsid[] = "$Id: mkswapconf.c,v 1.10 1995/04/28 08:16:07 cgd Exp $";
|
||||
static char rcsid[] = "$NetBSD: mkswapconf.c,v 1.11 1995/08/17 17:22:20 thorpej Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
/*
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: mkubglue.c,v 1.3 1995/08/17 17:22:21 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1980 The Regents of the University of California.
|
||||
* All rights reserved.
|
||||
@ -33,7 +35,7 @@
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)mkubglue.c 5.3 (Berkeley) 4/19/91";*/
|
||||
static char rcsid[] = "$Id: mkubglue.c,v 1.2 1993/08/01 18:00:11 mycroft Exp $";
|
||||
static char rcsid[] = "$NetBSD: mkubglue.c,v 1.3 1995/08/17 17:22:21 thorpej Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
/*
|
||||
|
@ -1,5 +1,7 @@
|
||||
/* $NetBSD: specfile.c,v 1.10 1995/08/17 17:22:22 thorpej Exp $ */
|
||||
|
||||
#ifndef lint
|
||||
static char rcsid[] = "$Id: specfile.c,v 1.9 1994/04/05 23:57:31 deraadt Exp $";
|
||||
static char rcsid[] = "$NetBSD: specfile.c,v 1.10 1995/08/17 17:22:22 thorpej Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $NetBSD: specfile.h,v 1.2 1995/08/17 17:22:23 thorpej Exp $ */
|
||||
|
||||
#define T_OPTIONAL 1
|
||||
#define T_STANDARD 2
|
||||
#define T_COMPILE_WITH 3
|
||||
|
Loading…
Reference in New Issue
Block a user