Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pmax/pmax Use <dev/dec/dec_boot.h> instead of <mach...



details:   https://anonhg.NetBSD.org/src/rev/c6cf13d9d2b9
branches:  trunk
changeset: 488027:c6cf13d9d2b9
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Jun 16 23:27:23 2000 +0000

description:
Use <dev/dec/dec_boot.h> instead of <machine/dec_boot.h>

diffstat:

 sys/arch/pmax/pmax/disksubr.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r bdee28bfe8e0 -r c6cf13d9d2b9 sys/arch/pmax/pmax/disksubr.c
--- a/sys/arch/pmax/pmax/disksubr.c     Fri Jun 16 23:24:30 2000 +0000
+++ b/sys/arch/pmax/pmax/disksubr.c     Fri Jun 16 23:27:23 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disksubr.c,v 1.32 2000/05/19 18:54:27 thorpej Exp $    */
+/*     $NetBSD: disksubr.c,v 1.33 2000/06/16 23:27:23 matt Exp $       */
 
 /*
  * Copyright (c) 1982, 1986, 1988 Regents of the University of California.
@@ -44,7 +44,7 @@
 #include <sys/disklabel.h>
 
 #ifdef COMPAT_ULTRIX
-#include <machine/dec_boot.h>
+#include <dev/dec/dec_boot.h>
 #include <ufs/ufs/dinode.h>            /* XXX for fs.h */
 #include <ufs/ffs/fs.h>                        /* XXX for BBSIZE & SBSIZE */
 



Home | Main Index | Thread Index | Old Index