diff options
Diffstat (limited to 'sys/arch/hppa/include/loadfile_machdep.h')
-rw-r--r-- | sys/arch/hppa/include/loadfile_machdep.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/hppa/include/loadfile_machdep.h b/sys/arch/hppa/include/loadfile_machdep.h index dfceeda9471..bfb659f363e 100644 --- a/sys/arch/hppa/include/loadfile_machdep.h +++ b/sys/arch/hppa/include/loadfile_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: loadfile_machdep.h,v 1.5 2008/06/26 05:42:10 ray Exp $ */ +/* $OpenBSD: loadfile_machdep.h,v 1.6 2011/03/23 16:54:35 pirofti Exp $ */ /*- * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. @@ -29,8 +29,8 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#ifndef _HPPA_LOADFILE_MACHDEP_H_ -#define _HPPA_LOADFILE_MACHDEP_H_ +#ifndef _MACHINE_LOADFILE_MACHDEP_H_ +#define _MACHINE_LOADFILE_MACHDEP_H_ #define BOOT_ELF #define BOOT_ELF32 @@ -77,4 +77,4 @@ void vcopy(u_long, u_long, u_long *, size_t); void vzero(u_long, u_long *, size_t); #endif -#endif /* ! _HPPA_LOADFILE_MACHDEP_H_ */ +#endif /* ! _MACHINE_LOADFILE_MACHDEP_H_ */ |