Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Sep 2009 17:14:25 +0000
From:      "Poul-Henning Kamp" <phk@phk.freebsd.dk>
To:        Pawel Jakub Dawidek <pjd@FreeBSD.org>
Cc:        svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org
Subject:   Re: svn commit: r196976 - head/lib/libc/net 
Message-ID:  <32053.1252430065@critter.freebsd.dk>
In-Reply-To: Your message of "Tue, 08 Sep 2009 17:58:50 %2B0200." <20090908155850.GM1577@garage.freebsd.pl> 

next in thread | previous in thread | raw e-mail | index | archive | help

>> @@ -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@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.



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