diff options
author | Thomas Graichen <graichen@cvs.openbsd.org> | 1998-05-22 08:04:51 +0000 |
---|---|---|
committer | Thomas Graichen <graichen@cvs.openbsd.org> | 1998-05-22 08:04:51 +0000 |
commit | 1cd1364711804b7f51d5723d6c1ac771b0119fcc (patch) | |
tree | 76583b178ef2d80e861409e33d104b70488ea3b4 /sys/arch | |
parent | f3fd48bb4dcd6808ad45991d22d9a11f52e757b6 (diff) |
include <machine/locore.h> instead of <pmax/locore.h> - this should solve
the make depend problem noted by Nino Margetic (nino@well.ox.ac.uk)
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/pmax/include/bus.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/pmax/include/bus.h b/sys/arch/pmax/include/bus.h index a09dc9ac9a1..718aff5f3ca 100644 --- a/sys/arch/pmax/include/bus.h +++ b/sys/arch/pmax/include/bus.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bus.h,v 1.1 1998/05/17 23:07:46 millert Exp $ */ +/* $OpenBSD: bus.h,v 1.2 1998/05/22 08:04:50 graichen Exp $ */ /* $NetBSD: bus.h,v 1.4 1997/11/28 00:33:53 jonathan Exp $ */ /* @@ -40,7 +40,7 @@ #ifndef _PMAX_BUS_H_ #define _PMAX_BUS_H_ -#include <pmax/locore.h> /* wbflush() */ +#include <machine/locore.h> /* wbflush() */ /* |