diff options
Diffstat (limited to 'sys/arch/mips/include/ecoff.h')
-rw-r--r-- | sys/arch/mips/include/ecoff.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/mips/include/ecoff.h b/sys/arch/mips/include/ecoff.h index 171cb02d84a..872cb2dcf78 100644 --- a/sys/arch/mips/include/ecoff.h +++ b/sys/arch/mips/include/ecoff.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ecoff.h,v 1.1 1998/01/28 11:14:40 pefo Exp $ */ +/* $OpenBSD: ecoff.h,v 1.2 1999/01/27 04:46:05 imp Exp $ */ /* $NetBSD: ecoff.h,v 1.4 1995/06/16 02:07:33 mellon Exp $ */ /* @@ -32,6 +32,9 @@ * SUCH DAMAGE. */ +#ifndef _MIPS_ECOFF_H_ +#define _MIPS_ECOFF_H_ + #define ECOFF_LDPGSZ 4096 #define ECOFF_PAD @@ -92,3 +95,4 @@ struct ecoff_extsym { int es_indexfld; }; +#endif /* !_MIPS_ECOFF_H_ */ |