From de1e682d5887d317a0292bbf68e78891bd257ab3 Mon Sep 17 00:00:00 2001 From: Julian Elischer Date: Wed, 29 Oct 1997 07:59:27 +0000 Subject: [PATCH] didn't even know fddi had the atalk support. fix it here too. (really needs more of the fixes from the ethernet) --- sys/net/if_fddisubr.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sys/net/if_fddisubr.c b/sys/net/if_fddisubr.c index 26fb540bbbf..dcfde69ca23 100644 --- a/sys/net/if_fddisubr.c +++ b/sys/net/if_fddisubr.c @@ -33,7 +33,7 @@ * SUCH DAMAGE. * * from: if_ethersubr.c,v 1.5 1994/12/13 22:31:45 wollman Exp - * $Id: if_fddisubr.c,v 1.19 1997/05/10 10:01:32 jhay Exp $ + * $Id: if_fddisubr.c,v 1.20 1997/08/02 14:32:36 bde Exp $ */ #include @@ -226,9 +226,7 @@ fddi_output(ifp, m0, dst, rt0) /* * ifaddr is the first thing in at_ifaddr */ - if ((aa = (struct at_ifaddr *)at_ifawithnet( - (struct sockaddr_at *)dst, &ifp->if_addrhead)) - == 0) + if ((aa = at_ifawithnet( (struct sockaddr_at *)dst)) == 0) goto bad; /*