diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-12-26 22:33:14 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-12-26 22:33:14 +0000 |
commit | 6c28a4f8ded7de02a9c1ffe1c86260733d1d9d71 (patch) | |
tree | c44b7bef3fbf0a4bcfa2faa656fd15c1c4e1cb6c /sys | |
parent | 0f97355d147571d7402e6a4f931a67b991fe7764 (diff) |
Better include-once-only preprocessor symbol name.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/cats/include/exec.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/cats/include/exec.h b/sys/arch/cats/include/exec.h index 49e97d8f586..976e21af833 100644 --- a/sys/arch/cats/include/exec.h +++ b/sys/arch/cats/include/exec.h @@ -1,4 +1,4 @@ -/* $OpenBSD: exec.h,v 1.2 2004/02/01 06:13:17 drahn Exp $ */ +/* $OpenBSD: exec.h,v 1.3 2004/12/26 22:33:13 miod Exp $ */ /* $NetBSD: exec.h,v 1.6 1994/10/27 04:16:05 cgd Exp $ */ /* @@ -28,8 +28,8 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef _I386_EXEC_H_ -#define _I386_EXEC_H_ +#ifndef _CATS_EXEC_H_ +#define _CATS_EXEC_H_ #define __LDPGSZ 4096 @@ -45,4 +45,4 @@ #define _KERN_DO_ELF -#endif /* _I386_EXEC_H_ */ +#endif /* _CATS_EXEC_H_ */ |