add missing __RCSID()

This commit is contained in:
lukem 2003-07-14 15:40:37 +00:00
parent a62911e9d9
commit 9391907df1
6 changed files with 27 additions and 8 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: hpccmap_gen.c,v 1.3 2001/06/04 18:59:31 uch Exp $ */
/* $NetBSD: hpccmap_gen.c,v 1.4 2003/07/14 15:40:37 lukem Exp $ */
/*-
* Copyright (c) 1999
@ -34,6 +34,9 @@
*
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: hpccmap_gen.c,v 1.4 2003/07/14 15:40:37 lukem Exp $");
typedef unsigned char u_char;
typedef void (*output_func)(void*, int, u_char, u_char, u_char);

View File

@ -1,4 +1,4 @@
/* $NetBSD: aicasm.c,v 1.4 2003/04/19 19:26:10 fvdl Exp $ */
/* $NetBSD: aicasm.c,v 1.5 2003/07/14 15:42:39 lukem Exp $ */
/*
* Aic7xxx SCSI host adapter firmware asssembler
@ -41,6 +41,10 @@
*
* $FreeBSD: src/sys/dev/aic7xxx/aicasm/aicasm.c,v 1.35 2002/08/31 06:39:40 gibbs Exp $
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: aicasm.c,v 1.5 2003/07/14 15:42:39 lukem Exp $");
#include <sys/types.h>
#include <sys/mman.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: aicasm_symbol.c,v 1.3 2003/04/19 19:26:11 fvdl Exp $ */
/* $NetBSD: aicasm_symbol.c,v 1.4 2003/07/14 15:42:40 lukem Exp $ */
/*
* Aic7xxx SCSI host adapter firmware asssembler symbol table implementation
@ -42,6 +42,9 @@
* $FreeBSD: src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c,v 1.23 2003/01/20 18:01:37 gibbs Exp $
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: aicasm_symbol.c,v 1.4 2003/07/14 15:42:40 lukem Exp $");
#include <sys/types.h>
#ifdef __linux__

View File

@ -1,4 +1,4 @@
/* $NetBSD: cyzfirm2h.c,v 1.2 2001/02/19 22:48:59 cgd Exp $ */
/* $NetBSD: cyzfirm2h.c,v 1.3 2003/07/14 15:44:03 lukem Exp $ */
/*-
* Copyright (c) 2000 Zembu Labs, Inc.
@ -38,6 +38,9 @@
* C header file for use in a device driver.
*/
#include <sys/cdefs.h>
__RCSID("$NetBSD: cyzfirm2h.c,v 1.3 2003/07/14 15:44:03 lukem Exp $");
#include <sys/types.h>
#include <sys/mman.h>
#include <err.h>
@ -96,7 +99,7 @@ main(int argc, char *argv[])
err(1, "unable to mmap input file");
(void) close(i);
fprintf(out_file, "/*\t$NetBSD: cyzfirm2h.c,v 1.2 2001/02/19 22:48:59 cgd Exp $\t*/\n\n");
fprintf(out_file, "/*\t$NetBSD: cyzfirm2h.c,v 1.3 2003/07/14 15:44:03 lukem Exp $\t*/\n\n");
fprintf(out_file, "\
/*
* Firmware for Cyclades Z series multiport serial boards.

View File

@ -1,4 +1,4 @@
/* $NetBSD: ncr53cxxx.c,v 1.11 2003/04/06 09:50:29 tsutsui Exp $ */
/* $NetBSD: ncr53cxxx.c,v 1.12 2003/07/14 15:44:04 lukem Exp $ */
/*
* Copyright (c) 1995,1999 Michael L. Hitch
@ -32,6 +32,9 @@
/* ncr53cxxx.c - SCSI SCRIPTS Assembler */
#include <sys/cdefs.h>
__RCSID("$NetBSD: ncr53cxxx.c,v 1.12 2003/07/14 15:44:04 lukem Exp $");
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@ -415,7 +418,7 @@ main (int argc, char *argv[])
if (outfp) {
time_t cur_time;
fprintf(outfp, "/*\t$NetBSD: ncr53cxxx.c,v 1.11 2003/04/06 09:50:29 tsutsui Exp $\t*/\n");
fprintf(outfp, "/*\t$NetBSD: ncr53cxxx.c,v 1.12 2003/07/14 15:44:04 lukem Exp $\t*/\n");
fprintf(outfp, "/*\n");
fprintf(outfp, " *\tDO NOT EDIT - this file is automatically generated.\n");
time(&cur_time);

View File

@ -1,4 +1,7 @@
/* $NetBSD: xebec.c,v 1.6 2002/05/16 19:30:41 wiz Exp $ */
/* $NetBSD: xebec.c,v 1.7 2003/07/14 15:44:47 lukem Exp $ */
#include <sys/cdefs.h>
__RCSID("$NetBSD: xebec.c,v 1.7 2003/07/14 15:44:47 lukem Exp $");
#include "xebec.h"
#include "llparse.h"