From patchwork Wed Dec 12 16:58:52 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [net-next] uapi: add missing netconf.h to export list Date: Wed, 12 Dec 2012 06:58:52 -0000 From: stephen hemminger X-Patchwork-Id: 205580 Message-Id: <20121212085852.5b840314@nehalam.linuxnetplumber.net> To: David Miller Cc: Nicolas Dichtel , netdev@vger.kernel.org Add netconf.h for use by iproute2. Signed-off-by: Stephen Hemminger Acked-by: Nicolas Dichtel --- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- a/include/uapi/linux/Kbuild 2012-10-25 09:11:15.499273810 -0700 +++ b/include/uapi/linux/Kbuild 2012-12-12 08:56:36.130263710 -0800 @@ -258,6 +258,7 @@ header-y += neighbour.h header-y += net.h header-y += net_dropmon.h header-y += net_tstamp.h +header-y += netconf.h header-y += netdevice.h header-y += netfilter.h header-y += netfilter_arp.h