diff options
| author | lukem <lukem@NetBSD.org> | 2003-07-14 15:40:37 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2003-07-14 15:40:37 +0000 |
| commit | 9391907df1924481e30a9975b4f892c262b6ad6b (patch) | |
| tree | f09ceba9d6dc95d986018b90de35e863a854411d /sys/dev/microcode/siop | |
| parent | a62911e9d9f85fac3c3cc2e7b1a2e1e3d4cb2097 (diff) | |
add missing __RCSID()
Diffstat (limited to 'sys/dev/microcode/siop')
| -rw-r--r-- | sys/dev/microcode/siop/ncr53cxxx.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/dev/microcode/siop/ncr53cxxx.c b/sys/dev/microcode/siop/ncr53cxxx.c index db9485719ff..cac79c5505b 100644 --- a/sys/dev/microcode/siop/ncr53cxxx.c +++ b/sys/dev/microcode/siop/ncr53cxxx.c @@ -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); |
