From 8f4be4c9fc053e06d8170659c9bde356ada1a655 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 6 Aug 2003 21:08:09 +0000 Subject: Remove some double semicolons (hmm, do two semis equal a maxi?). I've skipped the GNU stuff for now. From Patrick Latifi. --- sys/arch/mvme88k/ddb/db_trace.c | 4 ++-- sys/arch/mvmeppc/mvmeppc/machdep.c | 4 ++-- sys/arch/vax/uba/ts.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'sys/arch') diff --git a/sys/arch/mvme88k/ddb/db_trace.c b/sys/arch/mvme88k/ddb/db_trace.c index 66f8e41a28a..d865ea7ec23 100644 --- a/sys/arch/mvme88k/ddb/db_trace.c +++ b/sys/arch/mvme88k/ddb/db_trace.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_trace.c,v 1.17 2002/12/09 00:45:37 millert Exp $ */ +/* $OpenBSD: db_trace.c,v 1.18 2003/08/06 21:08:06 millert Exp $ */ /* * Mach Operating System * Copyright (c) 1993-1991 Carnegie Mellon University @@ -784,7 +784,7 @@ stack_decode(unsigned addr, unsigned *stack, int (*pr)(const char *, ...)) return 0; /* bummer */ case JUMP_SOURCE_IS_UNLIKELY: - next_address_likely_wrong = 1;; + next_address_likely_wrong = 1; break; } } diff --git a/sys/arch/mvmeppc/mvmeppc/machdep.c b/sys/arch/mvmeppc/mvmeppc/machdep.c index 182992abe8b..ac7b0f6a8a9 100644 --- a/sys/arch/mvmeppc/mvmeppc/machdep.c +++ b/sys/arch/mvmeppc/mvmeppc/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.31 2003/04/06 18:54:19 ho Exp $ */ +/* $OpenBSD: machdep.c,v 1.32 2003/08/06 21:08:06 millert Exp $ */ /* $NetBSD: machdep.c,v 1.4 1996/10/16 19:33:11 ws Exp $ */ /* @@ -999,7 +999,7 @@ ppc_intr_establish(lcv, ih, type, level, func, arg, name) return (void *)ppc_configed_intr_cnt; } -intr_establish_t *intr_establish_func = ppc_intr_establish;; +intr_establish_t *intr_establish_func = ppc_intr_establish; intr_disestablish_t *intr_disestablish_func; void diff --git a/sys/arch/vax/uba/ts.c b/sys/arch/vax/uba/ts.c index cfdd47cb9bb..a2fe2a03b33 100644 --- a/sys/arch/vax/uba/ts.c +++ b/sys/arch/vax/uba/ts.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ts.c,v 1.12 2003/06/02 23:27:58 millert Exp $ */ +/* $OpenBSD: ts.c,v 1.13 2003/08/06 21:08:06 millert Exp $ */ /* $NetBSD: ts.c,v 1.11 1997/01/11 11:34:43 ragge Exp $ */ /*- @@ -402,7 +402,7 @@ tscommand (dev, cmd, count) debug (("tscommand: direct return, no biowait.\n")); return; } - debug (("tscommand: calling biowait ...\n"));; + debug (("tscommand: calling biowait ...\n")); biowait (bp); if (bp->b_flags & B_WANTED) wakeup ((caddr_t)bp); -- cgit v1.2.3