diff options
author | hoek <hoek@FreeBSD.org> | 2000-05-21 05:33:40 +0000 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 2000-05-21 05:33:40 +0000 |
commit | e32c60c1fdf9d841032b190f2b1c661340da856a (patch) | |
tree | f9b55f22f0533a435f48ef2c6743a9e72ea2ebcb /sys/dev/pdq | |
parent | 025d68f847fe37823d75281f4ed0e0e4836efd36 (diff) | |
download | FreeBSD-src-e32c60c1fdf9d841032b190f2b1c661340da856a.zip FreeBSD-src-e32c60c1fdf9d841032b190f2b1c661340da856a.tar.gz |
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
Diffstat (limited to 'sys/dev/pdq')
-rw-r--r-- | sys/dev/pdq/pdq_ifsubr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/pdq/pdq_ifsubr.c b/sys/dev/pdq/pdq_ifsubr.c index ea7bdff..fab0c44 100644 --- a/sys/dev/pdq/pdq_ifsubr.c +++ b/sys/dev/pdq/pdq_ifsubr.c @@ -86,6 +86,7 @@ arp_ifinit( ifa->ifa_rtrequest = arp_rtrequest; ifa->ifa_flags |= RTF_CLONING; #endif +} #endif |