Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys
On Thu, Jan 02, 2014 at 18:29:02 +0000, Antti Kantee wrote:
> Date: Thu, 2 Jan 2014 18:29:02 +0000
> From: "Antti Kantee" <pooka%netbsd.org@localhost>
> Subject: CVS commit: src/sys
> To: source-changes%NetBSD.org@localhost
> Reply-To: source-changes-d%NetBSD.org@localhost
> Mail-Followup-To: source-changes-d%NetBSD.org@localhost
>
> Module Name: src
> Committed By: pooka
> Date: Thu Jan 2 18:29:01 UTC 2014
>
> Modified Files:
> src/sys/net: if.c
> src/sys/netinet: in_proto.c tcp_subr.c tcp_timer.c tcp_var.h
> udp_usrreq.c udp_var.h
> src/sys/netinet6: in6_proto.c in6_var.h udp6_usrreq.c
> src/sys/rump/net/lib/libnetinet: component.c
> src/sys/rump/net/lib/libnetinet6: component.c
>
> 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
-uwe
Home |
Main Index |
Thread Index |
Old Index