diff options
Diffstat (limited to 'sys/arch/mips/include/frame.h')
-rw-r--r-- | sys/arch/mips/include/frame.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mips/include/frame.h b/sys/arch/mips/include/frame.h index 56eebc66c85..3043845d44f 100644 --- a/sys/arch/mips/include/frame.h +++ b/sys/arch/mips/include/frame.h @@ -1,4 +1,4 @@ -/* $OpenBSD: frame.h,v 1.4 1998/10/15 21:30:14 imp Exp $ */ +/* $OpenBSD: frame.h,v 1.5 1999/01/27 04:46:05 imp Exp $ */ /* * Copyright (c) 1998 Per Fogelstrom, Opsycon AB @@ -31,11 +31,11 @@ * SUCH DAMAGE. * */ -#ifndef _MACHINE_FRAME_H_ -#define _MACHINE_FRAME_H_ +#ifndef _MIPS_FRAME_H_ +#define _MIPS_FRAME_H_ struct trap_frame { int reg[NUMSAVEREGS]; }; -#endif /*_MACHINE_FRAME_H_*/ +#endif /* !_MIPS_FRAME_H_ */ |