Recent CURRENT as of r304844 fails to compile a kernel due to the error shown
below.

[...]
===> syscons/snake (all)
--- all_subdir_tcp/fastpath ---
                cc_ack_received(tp, th, CC_ACK);
                ~~~~~~~~~~~~~~~               ^
/usr/src/sys/netinet/tcp_var.h:786:1: note: 'cc_ack_received' declared here
void    cc_ack_received(struct tcpcb *tp, struct tcphdr *th,
^
/usr/src/sys/modules/tcp/fastpath/../../../netinet/tcp_stacks/fastpath.c:1088:39:
error: too few arguments to function call, expected 4, have 3
cc_ack_received(tp, th, CC_DUPACK);

[...]



regards,

oh
_______________________________________________
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to