diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-09-15 17:46:45 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-09-15 17:46:45 +0000 |
commit | e6f41cb4ba2b1d5cb9469bf732a520acc80d4f6e (patch) | |
tree | 1b18f5f35ad549f725154e16c2c2964dfa00de25 /sys/arch/vax/if | |
parent | e4d268e4cdabae1be0f928460e2988babb403cd5 (diff) |
Kill more netiso ghosts.
ok millert@
Diffstat (limited to 'sys/arch/vax/if')
-rw-r--r-- | sys/arch/vax/if/if_de.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/vax/if/if_de.c b/sys/arch/vax/if/if_de.c index a6dbe086e1c..3b4a4ec94d5 100644 --- a/sys/arch/vax/if/if_de.c +++ b/sys/arch/vax/if/if_de.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_de.c,v 1.14 2004/07/07 23:10:45 deraadt Exp $ */ +/* $OpenBSD: if_de.c,v 1.15 2004/09/15 17:46:43 grange Exp $ */ /* $NetBSD: if_de.c,v 1.27 1997/04/19 15:02:29 ragge Exp $ */ /* @@ -72,12 +72,6 @@ #include <netns/ns_if.h> #endif -#ifdef ISO -#include <netiso/iso.h> -#include <netiso/iso_var.h> -extern char all_es_snpa[], all_is_snpa[]; -#endif - #include <machine/cpu.h> #include <machine/mtpr.h> |