summaryrefslogtreecommitdiff
path: root/sys/arch/hp300
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2004-05-21 22:54:16 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2004-05-21 22:54:16 +0000
commit0352951e2e240f9419e98dcd0ad02665b807d491 (patch)
treec4419a73c99472b990c156096509841bd37c0197 /sys/arch/hp300
parent63ceb5e0a5a56cd7bd43cfc8244ae11cf169fcdd (diff)
std header ifdef naming conventions; ok mickey@
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r--sys/arch/hp300/include/float.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/hp300/include/float.h b/sys/arch/hp300/include/float.h
index c0e220eac0e..eed6c785f47 100644
--- a/sys/arch/hp300/include/float.h
+++ b/sys/arch/hp300/include/float.h
@@ -1,8 +1,8 @@
-/* $OpenBSD: float.h,v 1.2 1997/01/12 15:13:35 downsj Exp $ */
+/* $OpenBSD: float.h,v 1.3 2004/05/21 22:54:15 todd Exp $ */
/* $NetBSD: float.h,v 1.7 1995/06/20 20:45:34 jtc Exp $ */
-#ifndef _MACHINE_FLOAT_H_
-#define _MACHINE_FLOAT_H_
+#ifndef _HP300_FLOAT_H_
+#define _HP300_FLOAT_H_
#include <m68k/float.h>