From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH] iproute2: Auto-detect the presence of setns in libc Date: Wed, 20 Jul 2011 15:16:51 -0700 Message-ID: <20110720151651.37895522@nehalam.ftrdhcpuser.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "Eric W. Biederman" , netdev@vger.kernel.org To: Dan McGee Return-path: Received: from mail.vyatta.com ([76.74.103.46]:59467 "EHLO mail.vyatta.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751691Ab1GTWQs (ORCPT ); Wed, 20 Jul 2011 18:16:48 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Fri, 15 Jul 2011 19:34:04 -0500 Dan McGee wrote: > On Fri, Jul 15, 2011 at 7:26 PM, Eric W. Biederman > wrote: > > > > If libc has setns present use that version instead of > > rolling the syscall wrapper by hand. > > I am more inclined to get rid of the wrapper completely and just not put setns support in if libc doesn't support it.