svn commit: r196976 - head/lib/libc/net
Poul-Henning Kamp
phk at phk.freebsd.dk
Tue Sep 8 17:14:15 UTC 2009
>> @@ -33,6 +33,7 @@
>> __FBSDID("$FreeBSD$");
>>
>> #include "namespace.h"
>> +#include <sys/param.h>
>> #include <sys/types.h>
>
>style(9) seems to advice to include either types.h or param.h, but not both.
yeah, I had to dig deeper and found the _NO_NAMESPACE_POLLUTION hack
which makes a mess of <machine/param.h>.
I'm trying to do that stuff the right way, but it is cross-platform so
my universe needs to complete before commit.
--
Poul-Henning Kamp | UNIX since Zilog Zeus 3.20
phk at FreeBSD.ORG | TCP/IP since RFC 956
FreeBSD committer | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.
More information about the svn-src-all
mailing list