summaryrefslogtreecommitdiff
path: root/sys/arch/mips/include/frame.h
diff options
context:
space:
mode:
authorimp <imp@cvs.openbsd.org>1999-01-27 04:46:07 +0000
committerimp <imp@cvs.openbsd.org>1999-01-27 04:46:07 +0000
commitcc0a7779d1635c38e681eea667b0c3fd88dc24db (patch)
tree646a4589b70d2b23e13514cc15c3968362380576 /sys/arch/mips/include/frame.h
parent9fee6a7f3ec81de937c6277c7777d70e8280ea80 (diff)
Protect against multiple includes and regularize cpp symbols used
Diffstat (limited to 'sys/arch/mips/include/frame.h')
-rw-r--r--sys/arch/mips/include/frame.h8
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_ */