From a2a2afbe5606f495d4915c0ed45935100940b03a Mon Sep 17 00:00:00 2001 From: scottr Date: Wed, 9 Apr 1997 07:22:12 +0000 Subject: [PATCH] Sigh. Bracket a label used only #ifdef COMPAT_SUNOS. --- sys/arch/mac68k/mac68k/trap.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/arch/mac68k/mac68k/trap.c b/sys/arch/mac68k/mac68k/trap.c index 2d011590cd15..219c583d1764 100644 --- a/sys/arch/mac68k/mac68k/trap.c +++ b/sys/arch/mac68k/mac68k/trap.c @@ -1,4 +1,4 @@ -/* $NetBSD: trap.c,v 1.47 1997/04/08 06:02:04 scottr Exp $ */ +/* $NetBSD: trap.c,v 1.48 1997/04/09 07:22:12 scottr Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -592,7 +592,9 @@ copyfault: out: userret(p, &frame, sticks, v, 1); +#ifdef COMPAT_SUNOS done: +#endif } #if defined(M68040)