From 0352951e2e240f9419e98dcd0ad02665b807d491 Mon Sep 17 00:00:00 2001 From: "Todd T. Fries" Date: Fri, 21 May 2004 22:54:16 +0000 Subject: std header ifdef naming conventions; ok mickey@ --- sys/arch/hppa/include/float.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/arch/hppa/include') 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 -- cgit v1.2.3