From 0d20115da88c6d92165228d940ee17f8cb76e6d4 Mon Sep 17 00:00:00 2001 From: bjh21 Date: Sun, 18 Nov 2001 13:10:57 +0000 Subject: [PATCH] Match multiple-include-protection macros to name of file. --- sys/arch/acorn32/include/param.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/arch/acorn32/include/param.h b/sys/arch/acorn32/include/param.h index e458119abec6..ae812f4f9006 100644 --- a/sys/arch/acorn32/include/param.h +++ b/sys/arch/acorn32/include/param.h @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.3 2001/11/18 13:09:27 bjh21 Exp $ */ +/* $NetBSD: param.h,v 1.4 2001/11/18 13:10:57 bjh21 Exp $ */ /* * Copyright (c) 1994,1995 Mark Brinicombe. @@ -32,8 +32,8 @@ * SUCH DAMAGE. */ -#ifndef _ARM32_PARAM_H_ -#define _ARM32_PARAM_H_ +#ifndef _ACORN32_PARAM_H_ +#define _ACORN32_PARAM_H_ /* * Machine dependent constants for ARM6+ processors @@ -46,4 +46,4 @@ #include -#endif /* _ARM32_PARAM_H_ */ +#endif /* _ACORN32_PARAM_H_ */