From patchwork Wed Dec 12 16:58:52 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: stephen hemminger X-Patchwork-Id: 205580 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 041B32C007A for ; Thu, 13 Dec 2012 04:00:13 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754052Ab2LLRAI (ORCPT ); Wed, 12 Dec 2012 12:00:08 -0500 Received: from mail.vyatta.com ([76.74.103.46]:49676 "EHLO mail.vyatta.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753920Ab2LLRAH (ORCPT ); Wed, 12 Dec 2012 12:00:07 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.vyatta.com (Postfix) with ESMTP id 53BA6141044D; Wed, 12 Dec 2012 09:00:07 -0800 (PST) X-Virus-Scanned: amavisd-new at tahiti.vyatta.com Received: from mail.vyatta.com ([127.0.0.1]) by localhost (mail.vyatta.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QGd72B2pFALt; Wed, 12 Dec 2012 09:00:06 -0800 (PST) Received: from nehalam.linuxnetplumber.net (static-50-53-80-93.bvtn.or.frontiernet.net [50.53.80.93]) by mail.vyatta.com (Postfix) with ESMTPSA id 485C5141016E; Wed, 12 Dec 2012 09:00:06 -0800 (PST) Date: Wed, 12 Dec 2012 08:58:52 -0800 From: Stephen Hemminger To: David Miller Cc: Nicolas Dichtel , netdev@vger.kernel.org Subject: [PATCH net-next] uapi: add missing netconf.h to export list Message-ID: <20121212085852.5b840314@nehalam.linuxnetplumber.net> In-Reply-To: <1355305907-7102-1-git-send-email-nicolas.dichtel@6wind.com> References: <1355305907-7102-1-git-send-email-nicolas.dichtel@6wind.com> Organization: Vyatta Mime-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: 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