diff options
Diffstat (limited to 'sys/arch/i386/include/reg.h')
-rw-r--r-- | sys/arch/i386/include/reg.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/i386/include/reg.h b/sys/arch/i386/include/reg.h index 2b92eb0d520..d5912a23c06 100644 --- a/sys/arch/i386/include/reg.h +++ b/sys/arch/i386/include/reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: reg.h,v 1.6 2005/04/03 20:21:44 kettenis Exp $ */ +/* $OpenBSD: reg.h,v 1.7 2011/03/23 16:54:35 pirofti Exp $ */ /* $NetBSD: reg.h,v 1.14 1995/10/11 04:20:24 mycroft Exp $ */ /*- @@ -35,8 +35,8 @@ * @(#)reg.h 5.5 (Berkeley) 1/18/91 */ -#ifndef _I386_REG_H_ -#define _I386_REG_H_ +#ifndef _MACHINE_REG_H_ +#define _MACHINE_REG_H_ /* * Location of the users' stored @@ -100,4 +100,4 @@ struct xmmregs { char __data[512]; }; -#endif /* !_I386_REG_H_ */ +#endif /* !_MACHINE_REG_H_ */ |