Fix yet another breakage i've missed when committing rev 1.14. It was

non-obvious to me since my test kernel didn't run NETATALK.  Sorry.

LINT should compile again now.
This commit is contained in:
Joerg Wunsch 1997-01-30 22:51:02 +00:00
parent ecd20d9e4d
commit 161f9f547e

View File

@ -222,7 +222,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_addrlist))
(struct sockaddr_at *)dst, &ifp->if_addrhead))
== 0)
goto bad;