diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2000-09-10 05:27:18 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2000-09-10 05:27:18 +0000 |
commit | 9ce1dda5056fb18589af3f47d74648460496e489 (patch) | |
tree | ae6fd01bc8f02306eeeaf6d937d3024cf80559e1 | |
parent | 3ebcec3e2872165a52081abc984ad365b52687ed (diff) |
2nd part of the ecoff execution fix, was forgotten.
-rw-r--r-- | sys/arch/mips/include/ecoff_machdep.h (renamed from sys/arch/mips/include/ecoff.h) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/mips/include/ecoff.h b/sys/arch/mips/include/ecoff_machdep.h index 872cb2dcf78..4f7c5ecc029 100644 --- a/sys/arch/mips/include/ecoff.h +++ b/sys/arch/mips/include/ecoff_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ecoff.h,v 1.2 1999/01/27 04:46:05 imp Exp $ */ +/* $OpenBSD: ecoff_machdep.h,v 1.1 2000/09/10 05:27:17 miod Exp $ */ /* $NetBSD: ecoff.h,v 1.4 1995/06/16 02:07:33 mellon Exp $ */ /* |