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:
parent
ecd20d9e4d
commit
161f9f547e
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user