From owner-freebsd-ports@FreeBSD.ORG Sat Mar 11 13:57:52 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8656B16A42D for ; Sat, 11 Mar 2006 13:57:52 +0000 (GMT) (envelope-from freebsd@troback.com) Received: from devil.troback.com (c-195-216-040-156.cust.thalamus.net [195.216.40.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87C1E43D69 for ; Sat, 11 Mar 2006 13:56:57 +0000 (GMT) (envelope-from freebsd@troback.com) Received: from devil.troback.com (localhost.troback.com [127.0.0.1]) by devil.troback.com (Postfix) with ESMTP id 63C9611410; Sat, 11 Mar 2006 14:56:07 +0100 (CET) Date: Sat, 11 Mar 2006 14:56:07 +0100 From: Anders Troback To: Kris Kennaway Message-ID: <20060311145607.5a502940@devil.troback.com> In-Reply-To: <20060311021108.GA2099@xor.obsecurity.org> References: <20060310203735.55e84734@devil.troback.com> <20060311021108.GA2099@xor.obsecurity.org> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.12; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Mar 2006 13:57:52 -0000 On Fri, 10 Mar 2006 21:11:09 -0500 Kris Kennaway wrote: > On Fri, Mar 10, 2006 at 08:37:35PM +0100, Anders Troback wrote: > > Hi list! > > > > I'm trying to compile a app that have a include of ! > > > > How do I cope with that? Any ideas? > > Figure out what Linux kernel interface it uses from that header, > figure out what the corresponding FreeBSD version is, then port the > code from Linux to FreeBSD interface. > > Kris Was locking for a shortcut here like "use this header instead" or something;-) Thanks! \\troback