Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/mips Including <ddb/db_access.h> once should b...



details:   https://anonhg.NetBSD.org/src/rev/b09bbfdfc560
branches:  trunk
changeset: 939353:b09bbfdfc560
user:      simonb <simonb%NetBSD.org@localhost>
date:      Sat Sep 26 04:11:48 2020 +0000

description:
Including <ddb/db_access.h> once should be sufficient.

diffstat:

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

diffs (26 lines):

diff -r b3dd4c22a545 -r b09bbfdfc560 sys/arch/mips/mips/db_trace.c
--- a/sys/arch/mips/mips/db_trace.c     Sat Sep 26 02:50:41 2020 +0000
+++ b/sys/arch/mips/mips/db_trace.c     Sat Sep 26 04:11:48 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: db_trace.c,v 1.45 2020/08/17 04:15:34 mrg Exp $        */
+/*     $NetBSD: db_trace.c,v 1.46 2020/09/26 04:11:48 simonb Exp $     */
 
 /*
  * Mach Operating System
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: db_trace.c,v 1.45 2020/08/17 04:15:34 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: db_trace.c,v 1.46 2020/09/26 04:11:48 simonb Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_ddb.h"
@@ -46,7 +46,6 @@
 #include <machine/locore.h>
 
 #include <ddb/db_access.h>
-#include <ddb/db_access.h>
 #include <ddb/db_interface.h>
 #include <ddb/db_output.h>
 #include <ddb/db_variables.h>



Home | Main Index | Thread Index | Old Index