diff options
author | imp <imp@cvs.openbsd.org> | 1999-01-27 04:46:07 +0000 |
---|---|---|
committer | imp <imp@cvs.openbsd.org> | 1999-01-27 04:46:07 +0000 |
commit | cc0a7779d1635c38e681eea667b0c3fd88dc24db (patch) | |
tree | 646a4589b70d2b23e13514cc15c3968362380576 /sys/arch/mips/include/elf_abi.h | |
parent | 9fee6a7f3ec81de937c6277c7777d70e8280ea80 (diff) |
Protect against multiple includes and regularize cpp symbols used
Diffstat (limited to 'sys/arch/mips/include/elf_abi.h')
-rw-r--r-- | sys/arch/mips/include/elf_abi.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mips/include/elf_abi.h b/sys/arch/mips/include/elf_abi.h index 18b1ff7cbef..a2f61bdc300 100644 --- a/sys/arch/mips/include/elf_abi.h +++ b/sys/arch/mips/include/elf_abi.h @@ -1,4 +1,4 @@ -/* $OpenBSD: elf_abi.h,v 1.1 1998/01/28 11:14:41 pefo Exp $ */ +/* $OpenBSD: elf_abi.h,v 1.2 1999/01/27 04:46:05 imp Exp $ */ /* * Copyright (c) 1996 Per Fogelstrom @@ -32,8 +32,8 @@ * */ -#ifndef _MACHINE_ELF_ABI_H -#define _MACHINE_ELF_ABI_H +#ifndef _MIPS_ELF_ABI_H +#define _MIPS_ELF_ABI_H /* From MIPS ABI supplemental */ @@ -60,4 +60,4 @@ #define DT_PROCNUM (DT_MIPS_HIPAGENO - DT_LOPROC + 1) -#endif /* _MACHINE_ELF_ABI_H */ +#endif /* _MIPS_ELF_ABI_H */ |