Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hpcmips/vr Fix #41863, Missing "}".



details:   https://anonhg.NetBSD.org/src/rev/255377ec4906
branches:  trunk
changeset: 746752:255377ec4906
user:      jun <jun%NetBSD.org@localhost>
date:      Wed Aug 19 12:49:24 2009 +0000

description:
Fix #41863, Missing "}".

diffstat:

 sys/arch/hpcmips/vr/vr.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 3044af24fb4b -r 255377ec4906 sys/arch/hpcmips/vr/vr.c
--- a/sys/arch/hpcmips/vr/vr.c  Wed Aug 19 12:20:02 2009 +0000
+++ b/sys/arch/hpcmips/vr/vr.c  Wed Aug 19 12:49:24 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vr.c,v 1.53 2009/03/18 15:14:29 cegger Exp $   */
+/*     $NetBSD: vr.c,v 1.54 2009/08/19 12:49:24 jun Exp $      */
 
 /*-
  * Copyright (c) 1999-2002
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vr.c,v 1.53 2009/03/18 15:14:29 cegger Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vr.c,v 1.54 2009/08/19 12:49:24 jun Exp $");
 
 #include "opt_vr41xx.h"
 #include "opt_tx39xx.h"
@@ -428,6 +428,7 @@
                        printf("%s(%d): can't init kgdb's serial port",
                            __FILE__, __LINE__);
                }
+       }
 #else /* KGDB */
        if (com_info->attach != NULL && (bootinfo->bi_cnuse&BI_CNUSE_SERIAL)) {
                /* Serial console */



Home | Main Index | Thread Index | Old Index