Remove redundant declaration for tcp_dooptions
netinet/tcp_var.h already defines this function
PR: 209924
Reported by: Mark Millard <markmi@dsl-only.net>
Sponsored by: EMC / Isilon Storage Division
Differential D7187
Remove redundant declaration for tcp_dooptions ngie on Jul 11 2016, 3:27 PM. Authored by Tags None Referenced Files
Subscribers
Details
Remove redundant declaration for tcp_dooptions netinet/tcp_var.h already defines this function PR: 209924
Diff Detail
Event TimelineComment Actions I'm ok with this if it compiles with the default compiler and settings. The PR number in the commit log should be 209920 and not 209924. Comment Actions Ok. I've verified that it works with clang 3.8.0, gcc 4.2.1, and gcc 5.3.0. Thanks for fixing the PR # :). |