On 01/02/2014 06:48 PM, Valery Ushakov wrote:
Log Message:
Allow kernels compiled with INET+INET6 to be booted as IPv4-only or IPv6-only.
Forgot to explicitly #include <sys/atomic.h>? hpcsh GENERIC fails with:
/usr/home/buildbot/slave2/src/sys/netinet/tcp_subr.c: In function
'tcp_init_common':
/usr/home/buildbot/slave2/src/sys/netinet/tcp_subr.c:446:3: error: implicit
declaration of function 'atomic_cas_uint'
--- tcp_subr.o ---
*** [tcp_subr.o] Error code 1
Ah, the good old "x86 pmap leaks atomic.h" gotcha. Fixed, thanks.