diff options
author | Paul Irofti <pirofti@cvs.openbsd.org> | 2011-03-23 16:54:38 +0000 |
---|---|---|
committer | Paul Irofti <pirofti@cvs.openbsd.org> | 2011-03-23 16:54:38 +0000 |
commit | 96b354137b8039e6c2ebd6f88c0008ecb2e4f20d (patch) | |
tree | b34cf5e18c5986eb1ce733aad820bd3ce42c6b46 /sys/arch/alpha/include/fpu.h | |
parent | d81ed92368684fcbb0e5ea3bcf868e6252a6ddda (diff) |
Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.
Discussed and okay drahn@. Okay deraadt@.
Diffstat (limited to 'sys/arch/alpha/include/fpu.h')
-rw-r--r-- | sys/arch/alpha/include/fpu.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/alpha/include/fpu.h b/sys/arch/alpha/include/fpu.h index 1aa71c1e765..f2183775da1 100644 --- a/sys/arch/alpha/include/fpu.h +++ b/sys/arch/alpha/include/fpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: fpu.h,v 1.1 2002/04/28 20:55:14 pvalchev Exp $ */ +/* $OpenBSD: fpu.h,v 1.2 2011/03/23 16:54:34 pirofti Exp $ */ /* $NetBSD: fpu.h,v 1.4 2001/04/26 03:10:46 ross Exp $ */ /*- @@ -36,8 +36,8 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#ifndef _ALPHA_FPU_H_ -#define _ALPHA_FPU_H_ +#ifndef _MACHINE_FPU_H_ +#define _MACHINE_FPU_H_ #define _FP_C_DEF(n) (1UL << (n)) |