diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-03-31 00:24:18 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-03-31 00:24:18 +0000 |
commit | 26a1f41dab0b61fb8120a6bf4cae09749192dea9 (patch) | |
tree | 13f23e98cf9b8d97d96dd60e9a2519226bbaaf65 /sys/arch/mvme68k/include/reg.h | |
parent | bf76ddcd26e8460a7049518ccb5bcd911759ddbc (diff) |
Modernize OpenBSD/mvme68k to match various changes in m68k and hp300 code.
Compiles, but untested for lack of hardware.
Diffstat (limited to 'sys/arch/mvme68k/include/reg.h')
-rw-r--r-- | sys/arch/mvme68k/include/reg.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/mvme68k/include/reg.h b/sys/arch/mvme68k/include/reg.h index adfeaea12df..ae0e25f7a31 100644 --- a/sys/arch/mvme68k/include/reg.h +++ b/sys/arch/mvme68k/include/reg.h @@ -1,8 +1,3 @@ -/* $OpenBSD: reg.h,v 1.3 1996/04/28 10:56:31 deraadt Exp $ */ - -#ifndef _MACHINE_REG_H_ -#define _MACHINE_REG_H_ +/* $OpenBSD: reg.h,v 1.4 1997/03/31 00:24:08 downsj Exp $ */ #include <m68k/reg.h> - -#endif /* _MACHINE_REG_H_ */ |