Yes.
> I had errors in if.c (sizeof applied to incomplete type 'struct ip')
>
> I commented out the '#ifdef __BSD_SOURCE' in <netinet/ip.h> and
> the file compiled. I'm sure this is the wrong way to fix this (what is
> the proper way to fix it?).
I'd have defined BSD source in the makefile/
> The file task.c is looking for 'struct cmsghdr'. I have looked
> through all the header files in the /usr/include tree and the gated
> source and haven't found anything close. If it's there, where can I
> find it?
Thats an item we are working on. Adding fd passing has tripped gated into
expecting a large number of weird BSD features we dont support.
Alan