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/param.h | |
parent | 6e1e04df52107fc53426e638d0a71d7259663899 (diff) |
<pmax/xxx> -> <machine/xxx>
<mips/xxx> -> <machine/xxx>
... plus missing files from arc
Diffstat (limited to 'sys/arch/pmax/include/param.h')
-rw-r--r-- | sys/arch/pmax/include/param.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/pmax/include/param.h b/sys/arch/pmax/include/param.h index e677902b4b2..81090a088f0 100644 --- a/sys/arch/pmax/include/param.h +++ b/sys/arch/pmax/include/param.h @@ -46,7 +46,7 @@ * Machine-dependent constants (VM, etc) common across MIPS cpus */ -#include <pmax/mips_param.h> +#include <machine/mips_param.h> /* * Machine dependent constants for DEC Station 3100. |