From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: why usr/include/linux/if_frad.h is required Date: Wed, 21 Jan 2009 15:37:12 -0800 (PST) Message-ID: <20090121.153712.84781438.davem@davemloft.net> References: <20090121053310.GA26395@uranus.ravnborg.org> <20090120.221504.264090722.davem@davemloft.net> <20090121173838.3390e5c9@s6510> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: sam@ravnborg.org, jaswinderlinux@gmail.com, khc@pm.waw.pl, jaswinder@kernel.org, arnd@arndb.de, mingo@elte.hu, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: shemminger@vyatta.com Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:46467 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1752767AbZAUXhL (ORCPT ); Wed, 21 Jan 2009 18:37:11 -0500 In-Reply-To: <20090121173838.3390e5c9@s6510> Sender: netdev-owner@vger.kernel.org List-ID: From: Stephen Hemminger Date: Wed, 21 Jan 2009 17:38:38 +1100 > There are no references if_frad.h in the version of Sangoma (out of > tree) code that we use in Vyatta. frad-0.20:src/dlcicfg.c It includes linux/if_frad.h and also performs the DLCI_SET_CONF ioctl. Enough evidence to show we need to keep this header in the export set. Let's just kill the bogus CONFIG_* ifdef tests in there.