Page MenuHomeFreeBSD

Remove redundant declaration for tcp_dooptions
ClosedPublic

Authored by ngie on Jul 11 2016, 3:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 20 2023, 12:22 AM
Unknown Object (File)
Sep 25 2023, 4:40 PM
Unknown Object (File)
Jul 2 2023, 5:23 AM
Unknown Object (File)
Jul 2 2023, 5:22 AM
Unknown Object (File)
Jul 2 2023, 4:52 AM
Unknown Object (File)
Jun 30 2023, 12:56 AM
Unknown Object (File)
Jun 29 2023, 12:50 AM
Unknown Object (File)
Jun 10 2023, 1:35 AM
Subscribers

Details

Reviewers
np
Summary

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

Test Plan
  • make buildkernel passed
  • TODO: make tinderbox (mostly concerned with the INET vs NOINET variations of kernels)

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 4479
Build 4530: arc lint + arc unit

Event Timeline

ngie retitled this revision from to Remove redundant declaration for tcp_dooptions.
ngie updated this object.
ngie edited the test plan for this revision. (Show Details)
ngie added a reviewer: np.
np edited edge metadata.

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.

This revision is now accepted and ready to land.Jul 11 2016, 4:46 PM
In D7187#149392, @np wrote:

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.

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 # :).