Uh, ya, sure this almost compiled for __bsdi__. NOT!

Note that __bsdi__s_/_i_/_os_/__ has moved this file to dev/ic/ and
has completely removed the non-compiling function from pdq_ifsubr.c and
has completely removed this function and placed it into netinet/if_ether.c
(if, in fact, it wasn't there the whole time).  I was tempted to simply
remove this __bsdi__only__ function.

The function is arp_ifinit().

PR:	kern/7903
This commit is contained in:
hoek 2000-05-21 05:33:40 +00:00
parent 8da2e77b97
commit 7488e9a19b

View File

@ -86,6 +86,7 @@ arp_ifinit(
ifa->ifa_rtrequest = arp_rtrequest;
ifa->ifa_flags |= RTF_CLONING;
#endif
}
#endif