Hi Alfred,

> you might as well unconditionally include sys/socket.h and let it's
> internal #ifndef take care of that problem.

you're right and i'll change it

> I'm not sure why you don't just make your own new header file for
> this struct unless you're adding to an existing structure in
> socket.h, even if you are you can put whatever it is that you added
> to netinet/in.h into a seperate header or sys/socket.h itself.

The reason is that the structures, socket options have to be in 
whenever <netinet/in.h> is included, since that's what's specified by 
that draft (which is good for portable code).

- Wilbert


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to