diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 2004-08-11 17:06:15 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 2004-08-11 17:06:15 +0000 |
commit | b0266e8fdc1edf38d608d8b1c66a424167e2f6e7 (patch) | |
tree | f37893dc5babdf1258eed5f3840ca0e66112aed9 /sys/arch/sgi | |
parent | d1f23dc4dc62766e3e97bce6fdaf0606dbba2a6c (diff) |
no ecoff
Diffstat (limited to 'sys/arch/sgi')
-rw-r--r-- | sys/arch/sgi/sgi/machdep.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/sgi/sgi/machdep.c b/sys/arch/sgi/sgi/machdep.c index d3d919178cd..2d99a22d616 100644 --- a/sys/arch/sgi/sgi/machdep.c +++ b/sys/arch/sgi/sgi/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.5 2004/08/10 19:16:18 deraadt Exp $ */ +/* $OpenBSD: machdep.c,v 1.6 2004/08/11 17:06:14 pefo Exp $ */ /* * Copyright (c) 2003-2004 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -74,8 +74,6 @@ #include <machine/rm7000.h> -#include <sys/exec_ecoff.h> - #include <dev/cons.h> #include <mips64/arcbios.h> |