Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Aug 2016 14:06:19 +0200
From:      "O. Hartmann" <ohartman@zedat.fu-berlin.de>
To:        freebsd-current <freebsd-current@freebsd.org>
Subject:   r304844: compiler error: fastpath.c:1088:39: error: too few arguments to function call, expected 4, have 3
Message-ID:  <20160826140619.4d483c5c@freyja.zeit4.iv.bundesimmobilien.de>

next in thread | raw e-mail | index | archive | help
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



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