From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: [PATCH] syscalls: setns: Skip binding if there is no such C function. Date: Mon, 17 Aug 2015 14:54:39 -0400 Message-ID: References: <87bne7l93p.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42592) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRPYS-0003S9-6G for guix-devel@gnu.org; Mon, 17 Aug 2015 14:54:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZRPYO-0002Hu-VJ for guix-devel@gnu.org; Mon, 17 Aug 2015 14:54:44 -0400 Received: from mail-yk0-f179.google.com ([209.85.160.179]:35922) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRPYO-0002Hn-Sc for guix-devel@gnu.org; Mon, 17 Aug 2015 14:54:40 -0400 Received: by ykfw73 with SMTP id w73so82156411ykf.3 for ; Mon, 17 Aug 2015 11:54:40 -0700 (PDT) In-Reply-To: <87bne7l93p.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: David Thompson Cc: guix-devel Eric confirmed that this patch solved his issue so I've pushed it as commit 39e336b. - Dave