From owner-freebsd-bugs@FreeBSD.ORG Wed Sep 1 20:40:03 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A867C1065672 for ; Wed, 1 Sep 2010 20:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7D1A38FC1B for ; Wed, 1 Sep 2010 20:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o81Ke3i7091766 for ; Wed, 1 Sep 2010 20:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o81Ke3PE091765; Wed, 1 Sep 2010 20:40:03 GMT (envelope-from gnats) Date: Wed, 1 Sep 2010 20:40:03 GMT Message-Id: <201009012040.o81Ke3PE091765@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Dan Lukes Cc: Subject: Re: kern/150199: kernel doesn't compile with SYSVMSG and any of COMPAT_FREEBSD[456] but no COMPAT_FREEBSD7 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dan Lukes List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Sep 2010 20:40:03 -0000 The following reply was made to PR kern/150199; it has been noted by GNATS. From: Dan Lukes To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: Subject: Re: kern/150199: kernel doesn't compile with SYSVMSG and any of COMPAT_FREEBSD[456] but no COMPAT_FREEBSD7 Date: Wed, 01 Sep 2010 22:16:47 +0200 Update - the COMPAT_FREEBSD7 is required all the times the SYSVMSG is requested. It doesn't depend on the others COMPAT_FREEBSDx options as claimed before. Dan