svn commit: r211157 - in head/sys: modules modules/if_carp net netinet netinet6

Will Andrews will at firepipe.net
Wed Aug 11 19:13:57 UTC 2010


On Wed, Aug 11, 2010 at 12:36 PM, John Baldwin <jhb at freebsd.org> wrote:
> This doesn't compile due to duplicate function pointer definitions (e.g.
>  if_bridge.c and if_ether.c).  You should move all the function pointer
> definitions to net/if.c and add declarations for them to a header instead of
> a bunch of 'extern' declarations in if_carp.c itself.

Working on it.

--Will.


More information about the svn-src-all mailing list