diff options
| author | bouyer <bouyer@NetBSD.org> | 2004-05-16 22:45:51 +0000 |
|---|---|---|
| committer | bouyer <bouyer@NetBSD.org> | 2004-05-16 22:45:51 +0000 |
| commit | 7ec21dba35adadc210214c741a19b8583a1e45d3 (patch) | |
| tree | e71046c52deb397a6ed0a47d78a4cbcb7bab74df /sys/dev/microcode/siop | |
| parent | a3407cf66b8b5c9aee8aab15792f8ff8a31a4ead (diff) | |
Make it compile with recent compilers.
Diffstat (limited to 'sys/dev/microcode/siop')
| -rw-r--r-- | sys/dev/microcode/siop/ncr53cxxx.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/dev/microcode/siop/ncr53cxxx.c b/sys/dev/microcode/siop/ncr53cxxx.c index cac79c5505b..a274436a417 100644 --- a/sys/dev/microcode/siop/ncr53cxxx.c +++ b/sys/dev/microcode/siop/ncr53cxxx.c @@ -1,4 +1,4 @@ -/* $NetBSD: ncr53cxxx.c,v 1.12 2003/07/14 15:44:04 lukem Exp $ */ +/* $NetBSD: ncr53cxxx.c,v 1.13 2004/05/16 22:45:51 bouyer Exp $ */ /* * Copyright (c) 1995,1999 Michael L. Hitch @@ -33,7 +33,7 @@ /* ncr53cxxx.c - SCSI SCRIPTS Assembler */ #include <sys/cdefs.h> -__RCSID("$NetBSD: ncr53cxxx.c,v 1.12 2003/07/14 15:44:04 lukem Exp $"); +__RCSID("$NetBSD: ncr53cxxx.c,v 1.13 2004/05/16 22:45:51 bouyer Exp $"); #include <stdio.h> #include <stdlib.h> @@ -418,7 +418,7 @@ main (int argc, char *argv[]) if (outfp) { time_t cur_time; - fprintf(outfp, "/*\t$NetBSD: ncr53cxxx.c,v 1.12 2003/07/14 15:44:04 lukem Exp $\t*/\n"); + fprintf(outfp, "/*\t$NetBSD: ncr53cxxx.c,v 1.13 2004/05/16 22:45:51 bouyer Exp $\t*/\n"); fprintf(outfp, "/*\n"); fprintf(outfp, " *\tDO NOT EDIT - this file is automatically generated.\n"); time(&cur_time); @@ -1365,7 +1365,6 @@ void register_write () case 8: if (reserved ("to", tokenix+3) == 0) errout ("Register command expected TO"); - default: } reg = CheckRegister (tokenix); if (reg < 0) { /* Not register, must be data */ |
