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/kcore.h | |
parent | 9fee6a7f3ec81de937c6277c7777d70e8280ea80 (diff) |
Protect against multiple includes and regularize cpp symbols used
Diffstat (limited to 'sys/arch/mips/include/kcore.h')
-rw-r--r-- | sys/arch/mips/include/kcore.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mips/include/kcore.h b/sys/arch/mips/include/kcore.h index f79c1af8303..48139015eff 100644 --- a/sys/arch/mips/include/kcore.h +++ b/sys/arch/mips/include/kcore.h @@ -1,4 +1,4 @@ -/* $OpenBSD: kcore.h,v 1.1 1998/01/28 11:14:44 pefo Exp $ */ +/* $OpenBSD: kcore.h,v 1.2 1999/01/27 04:46:05 imp Exp $ */ /* $NetBSD: kcore.h,v 1.1 1996/03/10 21:55:18 leo Exp $ */ /* @@ -31,8 +31,8 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef _MACHINE_KCORE_H_ -#define _MACHINE_KCORE_H_ +#ifndef _MIPS_KCORE_H_ +#define _MIPS_KCORE_H_ #define NPHYS_RAM_SEGS 8 @@ -42,4 +42,4 @@ typedef struct cpu_kcore_hdr { phys_ram_seg_t ram_segs[NPHYS_RAM_SEGS]; } cpu_kcore_hdr_t; -#endif /* _MACHINE_KCORE_H_ */ +#endif /* _MIPS_KCORE_H_ */ |