Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sun3/sun3x Add opt_ddb.h



details:   https://anonhg.NetBSD.org/src/rev/9fc1061b5750
branches:  trunk
changeset: 471691:9fc1061b5750
user:      gwr <gwr%NetBSD.org@localhost>
date:      Thu Apr 08 05:07:35 1999 +0000

description:
Add opt_ddb.h

diffstat:

 sys/arch/sun3/sun3x/pmap.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r c43c162277d3 -r 9fc1061b5750 sys/arch/sun3/sun3x/pmap.c
--- a/sys/arch/sun3/sun3x/pmap.c        Thu Apr 08 04:46:41 1999 +0000
+++ b/sys/arch/sun3/sun3x/pmap.c        Thu Apr 08 05:07:35 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.44 1999/03/26 23:41:37 mycroft Exp $        */
+/*     $NetBSD: pmap.c,v 1.45 1999/04/08 05:07:35 gwr Exp $    */
 
 /*-
  * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -111,6 +111,8 @@
  * of the previous note does not apply to the sun3x pmap.
  */
 
+#include "opt_ddb.h"
+
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/proc.h>



Home | Main Index | Thread Index | Old Index