From 96b354137b8039e6c2ebd6f88c0008ecb2e4f20d Mon Sep 17 00:00:00 2001 From: Paul Irofti Date: Wed, 23 Mar 2011 16:54:38 +0000 Subject: Normalize sentinel. Use _MACHINE_*_H_ and __*_H_ properly and consitently. Discussed and okay drahn@. Okay deraadt@. --- sys/arch/amd64/include/reg.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/arch/amd64/include/reg.h') diff --git a/sys/arch/amd64/include/reg.h b/sys/arch/amd64/include/reg.h index 1cd569d0d80..ee50e0bfdc9 100644 --- a/sys/arch/amd64/include/reg.h +++ b/sys/arch/amd64/include/reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: reg.h,v 1.5 2009/12/25 20:54:48 miod Exp $ */ +/* $OpenBSD: reg.h,v 1.6 2011/03/23 16:54:34 pirofti Exp $ */ /* $NetBSD: reg.h,v 1.1 2003/04/26 18:39:47 fvdl Exp $ */ /*- @@ -35,8 +35,8 @@ * @(#)reg.h 5.5 (Berkeley) 1/18/91 */ -#ifndef _AMD64_REG_H_ -#define _AMD64_REG_H_ +#ifndef _MACHINE_REG_H_ +#define _MACHINE_REG_H_ #include @@ -124,4 +124,4 @@ struct fpreg { int check_context(const struct reg *, struct trapframe *); #endif -#endif /* !_AMD64_REG_H_ */ +#endif /* !_MACHINE_REG_H_ */ -- cgit v1.2.3