From owner-freebsd-emulation@FreeBSD.ORG Fri Nov 20 21:34:29 2009 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 55AC0106566C for ; Fri, 20 Nov 2009 21:34:29 +0000 (UTC) (envelope-from fbsd@opal.com) Received: from smtp.vzavenue.net (smtp.vzavenue.net [66.171.59.140]) by mx1.freebsd.org (Postfix) with ESMTP id 0EABA8FC19 for ; Fri, 20 Nov 2009 21:34:28 +0000 (UTC) Received: from 153.78.171.66.subscriber.vzavenue.net (HELO homobox.opal.com) ([66.171.78.153]) by smtp.vzavenue.net with ESMTP; 20 Nov 2009 16:34:27 -0500 X-REPUTATION: None X-REMOTE-IP: 66.171.78.153 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqIEAOmSBktCq06Z/2dsb2JhbACBTtM1hDwE X-IronPort-AV: i="4.47,260,1257138000"; d="scan'208"; a="211527297:sNHT17728119" Received: from opal.com (localhost [IPv6:::1]) (authenticated bits=0) by homobox.opal.com (8.14.3/8.14.3) with ESMTP id nAKLYQ0c041113 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 20 Nov 2009 16:34:27 -0500 (EST) (envelope-from fbsd@opal.com) Received: from shibato.opal.com ([2001:5c0:1100:f103:221:63ff:fe5a:c9a7] helo=shibato.opal.com) with IPv6:587 by opal.com; 20 Nov 2009 16:34:26 -0500 Date: Fri, 20 Nov 2009 16:34:26 -0500 From: "J.R. Oldroyd" To: Alexander Leidinger Message-ID: <20091120163426.340ca0d8@shibato.opal.com> In-Reply-To: <20091120103622.0db845c8@shibato.opal.com> References: <20091119153159.610debc2@shibato.opal.com> <20091120103535.815072bwgvis0io0@webmail.leidinger.net> <20091120103622.0db845c8@shibato.opal.com> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.6; amd64-portbld-freebsd7.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@freebsd.org Subject: Re: Emulation of Linux V4L ioctls 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: Fri, 20 Nov 2009 21:34:29 -0000 On Fri, 20 Nov 2009 10:36:22 -0500, "J.R. Oldroyd" wrote: > > videodev.h > Further discovery reveals that the same file is also installed in $PREFIX/include/linux/videodev.h by the multimedia/v4l_compat port, which I think is the right place for it here for apps that want to use it. So, keep this one within the source dir, renamed to linux_videodev.h if you like. -jr