From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David S. Miller" Subject: Re: [PATCH] more CONFIG_NET removals Date: Tue, 24 Jun 2003 14:41:02 -0700 (PDT) Sender: netdev-bounce@oss.sgi.com Message-ID: <20030624.144102.08348088.davem@redhat.com> References: <20030620112504.GM24357@parcelfarce.linux.theplanet.co.uk> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: willy@debian.org, netdev@oss.sgi.com Return-path: To: jmorris@intercode.com.au In-Reply-To: Errors-to: netdev-bounce@oss.sgi.com List-Id: netdev.vger.kernel.org From: James Morris Date: Tue, 24 Jun 2003 22:01:25 +1000 (EST) Some of the net/compat.c functions (e.g. compat_sys_setsockopt) are still needed to allow the kernel to build. Perhaps use cond_syscall() for these? Agreed. You can't get rid of net/compat.o so easily.