diff options
author | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-01-13 10:32:03 +0000 |
---|---|---|
committer | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-01-13 10:32:03 +0000 |
commit | dd6041742a0b625f351f0923829c377a9c5406ca (patch) | |
tree | e793cf2b25697644504fc58de3961fb892c2194d /sys/arch/pmax/include/machConst.h | |
parent | 6e1e04df52107fc53426e638d0a71d7259663899 (diff) |
<pmax/xxx> -> <machine/xxx>
<mips/xxx> -> <machine/xxx>
... plus missing files from arc
Diffstat (limited to 'sys/arch/pmax/include/machConst.h')
-rw-r--r-- | sys/arch/pmax/include/machConst.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/pmax/include/machConst.h b/sys/arch/pmax/include/machConst.h index 19234930fdd..bba227f3089 100644 --- a/sys/arch/pmax/include/machConst.h +++ b/sys/arch/pmax/include/machConst.h @@ -1,4 +1,4 @@ /* $NetBSD: machConst.h,v 1.6 1996/09/30 07:58:20 jonathan Exp $ */ -#include <pmax/cpuregs.h> +#include <machine/cpuregs.h> |