Re: compilation problems with some code from Linux

2006-12-16 Thread Andrew Falanga
On 12/8/06, Lane <[EMAIL PROTECTED]> wrote: On Friday 08 December 2006 11:21, Andrew Falanga wrote: > Hi, > > I'm trying to port some code from Linux to FreeBSD and I've got an issue > that revolves around something I've never dealt with before. The code > includes the following header: > > #in

Re: compilation problems with some code from Linux

2006-12-08 Thread Giorgos Keramidas
On 2006-12-08 10:21, Andrew Falanga <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to port some code from Linux to FreeBSD and I've got > an issue that revolves around something I've never dealt with > before. The code includes the following header: > > #include > > Apparently, program is attemp

Re: compilation problems with some code from Linux

2006-12-08 Thread Lane
On Friday 08 December 2006 11:21, Andrew Falanga wrote: > Hi, > > I'm trying to port some code from Linux to FreeBSD and I've got an issue > that revolves around something I've never dealt with before. The code > includes the following header: > > #include > > Apparently, program is attempting to

compilation problems with some code from Linux

2006-12-08 Thread Andrew Falanga
Hi, I'm trying to port some code from Linux to FreeBSD and I've got an issue that revolves around something I've never dealt with before. The code includes the following header: #include Apparently, program is attempting to make use of the xucred structure defined in there, because the rest o