Page MenuHomeFreeBSD

Do not define TCPOUTFLAGS in rack_bbr_common.c
ClosedPublic

Authored by emaste on Jan 7 2020, 5:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 13, 1:46 PM
Unknown Object (File)
Wed, Sep 9, 3:14 PM
Unknown Object (File)
Wed, Sep 9, 12:56 AM
Unknown Object (File)
Sat, Sep 5, 5:33 AM
Unknown Object (File)
Fri, Sep 4, 4:34 PM
Unknown Object (File)
Thu, Sep 3, 11:18 PM
Unknown Object (File)
Thu, Sep 3, 9:05 AM
Unknown Object (File)
Thu, Sep 3, 3:56 AM
Subscribers

Details

Summary

tcp_outflags isn't used in this source file and compilation failed with external GCC on sparc64 with:

In file included from .../rack_bbr_common.c:96:0:
.../tcp_fsm.h:88:15: error: 'tcp_outflags' defined but not used ...

static u_char tcp_outflags[TCP_NSTATES] = {
              ^~~~~~~~~~~~

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable