summaryrefslogtreecommitdiff
path: root/sys/arch/mips64/include/ieeefp.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mips64/include/ieeefp.h')
-rw-r--r--sys/arch/mips64/include/ieeefp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mips64/include/ieeefp.h b/sys/arch/mips64/include/ieeefp.h
index 0c2f18909b5..f3dbac462b2 100644
--- a/sys/arch/mips64/include/ieeefp.h
+++ b/sys/arch/mips64/include/ieeefp.h
@@ -1,12 +1,12 @@
-/* $OpenBSD: ieeefp.h,v 1.3 2010/09/21 20:29:17 miod Exp $ */
+/* $OpenBSD: ieeefp.h,v 1.4 2011/03/23 16:54:36 pirofti Exp $ */
/*
* Written by J.T. Conklin, Apr 11, 1995
* Public domain.
*/
-#ifndef _MIPS_IEEEFP_H_
-#define _MIPS_IEEEFP_H_
+#ifndef _MIPS64_IEEEFP_H_
+#define _MIPS64_IEEEFP_H_
typedef int fp_except;
#define FP_X_IMP 0x01 /* imprecise (loss of precision) */
@@ -43,4 +43,4 @@ typedef enum {
#endif
-#endif /* !_MIPS_IEEEFP_H_ */
+#endif /* !_MIPS64_IEEEFP_H_ */