K 10 svn:author V 6 tuexen K 8 svn:date V 27 2020-09-10T18:04:34.240872Z K 7 svn:log V 254 MFC r350061: Fix compilation on platforms using gcc. When compiling RACK on platforms using gcc, a warning that tcp_outflags is defined but not used is issued and terminates compilation on PPC64, for example. So don't indicate that tcp_outflags is used. END