diff options
author | Paul Irofti <pirofti@cvs.openbsd.org> | 2011-03-23 16:54:38 +0000 |
---|---|---|
committer | Paul Irofti <pirofti@cvs.openbsd.org> | 2011-03-23 16:54:38 +0000 |
commit | 96b354137b8039e6c2ebd6f88c0008ecb2e4f20d (patch) | |
tree | b34cf5e18c5986eb1ce733aad820bd3ce42c6b46 /sys/arch/m88k/include/exec.h | |
parent | d81ed92368684fcbb0e5ea3bcf868e6252a6ddda (diff) |
Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.
Discussed and okay drahn@. Okay deraadt@.
Diffstat (limited to 'sys/arch/m88k/include/exec.h')
-rw-r--r-- | sys/arch/m88k/include/exec.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/m88k/include/exec.h b/sys/arch/m88k/include/exec.h index 2b6a3f6e321..e4f45a2427e 100644 --- a/sys/arch/m88k/include/exec.h +++ b/sys/arch/m88k/include/exec.h @@ -1,6 +1,6 @@ -/* $OpenBSD: exec.h,v 1.1 2004/04/26 12:34:05 miod Exp $ */ -#ifndef __MACHINE_EXEC_H__ -#define __MACHINE_EXEC_H__ +/* $OpenBSD: exec.h,v 1.2 2011/03/23 16:54:35 pirofti Exp $ */ +#ifndef _M88K_EXEC_H_ +#define _M88K_EXEC_H_ #define __LDPGSZ 4096 @@ -29,4 +29,4 @@ struct relocation_info_m88k { #define _KERN_DO_AOUT #define _KERN_DO_ELF -#endif /* __MACHINE_EXEC_H__ */ +#endif /* _M88K_EXEC_H_ */ |