]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: Unbreak userspace usage of linux/mroute.h
authorDavid S. Miller <davem@davemloft.net>
Fri, 29 Aug 2008 21:37:23 +0000 (14:37 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Aug 2008 21:37:23 +0000 (14:37 -0700)
commit7c19a3d280297d43ef5ff7c6b205dc208a16d3d1
treecb8b2603086f117eb543f91a41a42fefede4f31a
parent102396ae65108b026e4e1868e30fa013f45a169e
net: Unbreak userspace usage of linux/mroute.h

Nothing in linux/pim.h should be exported to userspace.

This should fix the XORP build failure reported by
Jose Calhariz, the debain package maintainer.

Nothing originally in linux/mroute.h was exported to userspace
ever, but some of this stuff started to be when it was moved into
this new linux/pim.h, and that was wrong.  If we didn't provide these
definitions for 10 years we can reasonably expect that applications
defined this stuff locally or used GLIBC headers providing the
protocol definitions.  And as such the only result of this can
be conflict and userland build breakage.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/Kbuild
include/linux/mroute.h
include/linux/mroute6.h
include/linux/pim.h