diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2004-05-21 22:54:16 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2004-05-21 22:54:16 +0000 |
commit | 0352951e2e240f9419e98dcd0ad02665b807d491 (patch) | |
tree | c4419a73c99472b990c156096509841bd37c0197 /sys/arch/hppa/include | |
parent | 63ceb5e0a5a56cd7bd43cfc8244ae11cf169fcdd (diff) |
std header ifdef naming conventions; ok mickey@
Diffstat (limited to 'sys/arch/hppa/include')
-rw-r--r-- | sys/arch/hppa/include/float.h | 6 |
1 files changed, 3 insertions, 3 deletions
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> |