Source-Changes-HG archive

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

[src/trunk]: src/sys/ddb Remove "also;"



details:   https://anonhg.NetBSD.org/src/rev/a79c4e31963b
branches:  trunk
changeset: 941780:a79c4e31963b
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Oct 30 16:29:49 2020 +0000

description:
Remove "also;"

diffstat:

 sys/ddb/db_command.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r d7e6f4ae0701 -r a79c4e31963b sys/ddb/db_command.c
--- a/sys/ddb/db_command.c      Fri Oct 30 16:16:16 2020 +0000
+++ b/sys/ddb/db_command.c      Fri Oct 30 16:29:49 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: db_command.c,v 1.174 2020/10/30 16:08:44 skrll Exp $   */
+/*     $NetBSD: db_command.c,v 1.175 2020/10/30 16:29:49 skrll Exp $   */
 
 /*
  * Copyright (c) 1996, 1997, 1998, 1999, 2002, 2009, 2019
@@ -61,7 +61,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: db_command.c,v 1.174 2020/10/30 16:08:44 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: db_command.c,v 1.175 2020/10/30 16:29:49 skrll Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_aio.h"
@@ -1374,7 +1374,6 @@
        fdt_print(have_addr ? (void *)(uintptr_t)addr : fdtbus_get_data(),
            full, db_printf);
 #else
-       also;
        db_kernelonly();
 #endif
 }



Home | Main Index | Thread Index | Old Index