Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/sparc64 include <machine/bsd_openprom.h> to...



details:   https://anonhg.NetBSD.org/src/rev/094bfb36ec45
branches:  trunk
changeset: 515820:094bfb36ec45
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Oct 05 15:28:28 2001 +0000

description:
include <machine/bsd_openprom.h> to make this compile with RASTERCONSOLE

diffstat:

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

diffs (26 lines):

diff -r a6914a6f5a00 -r 094bfb36ec45 sys/arch/sparc64/sparc64/autoconf.c
--- a/sys/arch/sparc64/sparc64/autoconf.c       Fri Oct 05 15:27:56 2001 +0000
+++ b/sys/arch/sparc64/sparc64/autoconf.c       Fri Oct 05 15:28:28 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.52 2001/09/26 20:53:12 eeh Exp $ */
+/*     $NetBSD: autoconf.c,v 1.53 2001/10/05 15:28:28 pooka Exp $ */
 
 /*
  * Copyright (c) 1996
@@ -72,6 +72,7 @@
 
 #include <uvm/uvm_extern.h>
 
+#include <machine/bsd_openprom.h>
 #include <machine/bus.h>
 #include <machine/autoconf.h>
 #include <machine/openfirm.h>
@@ -949,7 +950,7 @@
        rominterpret(buf);
        return (*rowp == NULL || *colp == NULL);
 }
-#endif
+#endif /* RASTERCONSOLE */
 
 void
 callrom()



Home | Main Index | Thread Index | Old Index