diff options
-rw-r--r-- | sys/arch/hp300/include/float.h | 6 | ||||
-rw-r--r-- | sys/arch/hppa/include/float.h | 6 |
2 files changed, 6 insertions, 6 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> diff --git a/sys/arch/hppa/include/float.h b/sys/arch/hppa/include/float.h index 6e8dd95a404..1ea81db85c4 100644 --- a/sys/arch/hppa/include/float.h +++ b/sys/arch/hppa/include/float.h @@ -1,4 +1,4 @@ -/* $OpenBSD: float.h,v 1.6 2004/01/02 14:39:01 mickey Exp $ */ +/* $OpenBSD: float.h,v 1.7 2004/05/21 22:54:15 todd Exp $ */ /* * Copyright (c) 1989 Regents of the University of California. @@ -31,8 +31,8 @@ * @(#)float.h 7.1 (Berkeley) 5/8/90 */ -#ifndef _MACHINE_FLOAT_H_ -#define _MACHINE_FLOAT_H_ +#ifndef _HPPA_FLOAT_H_ +#define _HPPA_FLOAT_H_ #include <sys/cdefs.h> |