From 7ec21dba35adadc210214c741a19b8583a1e45d3 Mon Sep 17 00:00:00 2001 From: bouyer Date: Sun, 16 May 2004 22:45:51 +0000 Subject: Make it compile with recent compilers. --- sys/dev/microcode/siop/ncr53cxxx.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'sys/dev/microcode') 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 -__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 #include @@ -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 */ -- cgit