Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Mar 2006 23:56:20 +0100
From:      Anders Troback <freebsd@troback.com>
To:        FreeBSD Ports <freebsd-ports@freebsd.org>
Cc:        Frank Laszlo <laszlof@vonostingroup.com>
Subject:   Re: <linux/kernel.h>
Message-ID:  <20060311235620.6d33ca8e@devil.troback.com>
In-Reply-To: <441337A8.5080207@vonostingroup.com>
References:  <20060310203735.55e84734@devil.troback.com> <20060311021108.GA2099@xor.obsecurity.org> <20060311145607.5a502940@devil.troback.com> <441337A8.5080207@vonostingroup.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 11 Mar 2006 15:48:40 -0500
Frank Laszlo <laszlof@vonostingroup.com> wrote:

> Anders Troback wrote:
> > On Fri, 10 Mar 2006 21:11:09 -0500
> > Kris Kennaway <kris@obsecurity.org> 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
> >>> <linux/kernel.h>!
> >>>
> >>> 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
> > _______________________________________________
> > freebsd-ports@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> > To unsubscribe, send any mail to
> > "freebsd-ports-unsubscribe@freebsd.org" 
> remove the include line and see where it errors, pasting it here may
> be help,as other developers may be able to point you in the right
> direction.
> 
> -Frank

Good idea, thanks Frank!

With the include line removed compilation stops on row 400 with this
error:
storage size of 's_info' isn't known

Line 400 in the .c file are:
struct sysinfo s_info;

All help appreciated!

\\troback



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060311235620.6d33ca8e>