diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-05-09 21:30:02 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-05-09 21:30:02 +0000 |
commit | 86ecdd3a4b9f4b388cb5ac424a12b06abf8e778b (patch) | |
tree | 34e0e403f050fc6eb7f602192c21c6fcd30fa0f7 /sys/arch/pmax/tc | |
parent | b39c3716a3a2853069590a450ef0495dfe8a8d41 (diff) |
#include <pmax/foo.h> -> #include <machine/foo.h>
Diffstat (limited to 'sys/arch/pmax/tc')
-rw-r--r-- | sys/arch/pmax/tc/scc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/pmax/tc/scc.c b/sys/arch/pmax/tc/scc.c index 79252ac3c1b..4fe4c7c38a4 100644 --- a/sys/arch/pmax/tc/scc.c +++ b/sys/arch/pmax/tc/scc.c @@ -100,7 +100,7 @@ #include <pmax/dev/lk201var.h> #ifdef pmax -#include <pmax/cpuregs.h> /* phys to uncached */ +#include <machine/cpuregs.h> /* phys to uncached */ #include <pmax/pmax/cons.h> #include <pmax/pmax/pmaxtype.h> #include <pmax/pmax/maxine.h> |