From owner-freebsd-emulation@FreeBSD.ORG Sun Sep 14 18:51:37 2008 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94D5B1065676 for ; Sun, 14 Sep 2008 18:51:37 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id 415BB8FC08 for ; Sun, 14 Sep 2008 18:51:37 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id ECE2265C248; Sun, 14 Sep 2008 20:51:45 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CKEbwAlFr-hJ; Sun, 14 Sep 2008 20:51:45 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id E91C465C1E7; Sun, 14 Sep 2008 20:51:44 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.2/8.14.2/Submit) id m8EIpiUs086795; Sun, 14 Sep 2008 20:51:44 +0200 (CEST) (envelope-from rdivacky) Date: Sun, 14 Sep 2008 20:51:44 +0200 From: Roman Divacky To: Ed Schouten Message-ID: <20080914185144.GC86425@freebsd.org> References: <20080914153840.GO1191@hoeg.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080914153840.GO1191@hoeg.nl> User-Agent: Mutt/1.4.2.3i Cc: freebsd-emulation@freebsd.org Subject: Re: [Patch] Compiling COMPAT_SVR4 without COMPAT_43 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2008 18:51:37 -0000 On Sun, Sep 14, 2008 at 05:38:40PM +0200, Ed Schouten wrote: > Hello everyone, > > I just build this patch on my system at home. Fortunately I'm not a user > of COMPAT_SVR4, but I thought some of its users may actually find it > useful. > > The attached patch should allow COMPAT_SVR4 users to use it without > having COMPAT_43 in their kernel configuration. Any comments? I'll > commit it when (if) I've received any feedback. Thanks! looks good to me. I believe you might want to ask jhb@ as he seems to know of some users of SVR4 (at yahoo! ?)... just out of curiousity... why did you do this? thnx! roman