fix broken NetBSD RCS id tags

This commit is contained in:
cgd 2001-02-24 00:43:50 +00:00
parent 4dddddfe62
commit fd8d16c72f
7 changed files with 14 additions and 14 deletions

View File

@ -1,5 +1,5 @@
%{
/* $NetBSD: cgram.y,v 1.16 2000/06/14 06:49:22 cgd Exp $ */
/* $NetBSD: cgram.y,v 1.17 2001/02/24 00:43:50 cgd Exp $ */
/*
* Copyright (c) 1996 Christopher G. Demetriou. All Rights Reserved.
@ -35,7 +35,7 @@
#include <sys/cdefs.h>
#ifndef lint
__RCSID("$NetBSD");
__RCSID("$NetBSD: cgram.y,v 1.17 2001/02/24 00:43:50 cgd Exp $");
#endif
#include <stdlib.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: decl.c,v 1.18 2000/07/05 22:50:59 christos Exp $ */
/* $NetBSD: decl.c,v 1.19 2001/02/24 00:43:50 cgd Exp $ */
/*
* Copyright (c) 1996 Christopher G. Demetriou. All Rights Reserved.
@ -34,7 +34,7 @@
#include <sys/cdefs.h>
#ifndef lint
__RCSID("$NetBSD");
__RCSID("$NetBSD: decl.c,v 1.19 2001/02/24 00:43:50 cgd Exp $");
#endif
#include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: emit.c,v 1.3 1998/02/22 15:40:39 christos Exp $ */
/* $NetBSD: emit.c,v 1.4 2001/02/24 00:43:51 cgd Exp $ */
/*
* Copyright (c) 1994, 1995 Jochen Pohl
@ -33,7 +33,7 @@
#include <sys/cdefs.h>
#ifndef lint
__RCSID("$NetBSD");
__RCSID("$NetBSD: emit.c,v 1.4 2001/02/24 00:43:51 cgd Exp $");
#endif
#include <stdio.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: emit1.c,v 1.8 2000/06/14 06:49:23 cgd Exp $ */
/* $NetBSD: emit1.c,v 1.9 2001/02/24 00:43:51 cgd Exp $ */
/*
* Copyright (c) 1996 Christopher G. Demetriou. All Rights Reserved.
@ -34,7 +34,7 @@
#include <sys/cdefs.h>
#ifndef lint
__RCSID("$NetBSD");
__RCSID("$NetBSD: emit1.c,v 1.9 2001/02/24 00:43:51 cgd Exp $");
#endif
#include <ctype.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: err.c,v 1.12 2000/07/06 01:09:20 christos Exp $ */
/* $NetBSD: err.c,v 1.13 2001/02/24 00:43:51 cgd Exp $ */
/*
* Copyright (c) 1994, 1995 Jochen Pohl
@ -33,7 +33,7 @@
#include <sys/cdefs.h>
#ifndef lint
__RCSID("$NetBSD");
__RCSID("$NetBSD: err.c,v 1.13 2001/02/24 00:43:51 cgd Exp $");
#endif
#define FD_SETSIZE 512

View File

@ -1,4 +1,4 @@
/* $NetBSD: init.c,v 1.5 1998/02/22 15:40:40 christos Exp $ */
/* $NetBSD: init.c,v 1.6 2001/02/24 00:43:51 cgd Exp $ */
/*
* Copyright (c) 1994, 1995 Jochen Pohl
@ -33,7 +33,7 @@
#include <sys/cdefs.h>
#ifndef lint
__RCSID("$NetBSD");
__RCSID("$NetBSD: init.c,v 1.6 2001/02/24 00:43:51 cgd Exp $");
#endif
#include <stdlib.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: main1.c,v 1.6 2001/02/20 23:53:27 cgd Exp $ */
/* $NetBSD: main1.c,v 1.7 2001/02/24 00:43:51 cgd Exp $ */
/*
* Copyright (c) 1994, 1995 Jochen Pohl
@ -33,7 +33,7 @@
#include <sys/cdefs.h>
#ifndef lint
__RCSID("$NetBSD");
__RCSID("$NetBSD: main1.c,v 1.7 2001/02/24 00:43:51 cgd Exp $");
#endif
#define FD_SETSIZE 512 /* more than the total number of error messages */