Page MenuHomeFreeBSD

protosw: retire pr_output method
ClosedPublic

Authored by glebius on Aug 10 2022, 11:50 PM.
Tags
None
Referenced Files
F97644417: D36126.diff
Mon, Sep 30, 1:38 PM
Unknown Object (File)
Thu, Sep 26, 8:12 AM
Unknown Object (File)
Thu, Sep 26, 1:17 AM
Unknown Object (File)
Tue, Sep 17, 9:36 PM
Unknown Object (File)
Sun, Sep 8, 7:38 PM
Unknown Object (File)
Mon, Sep 2, 2:55 AM
Unknown Object (File)
Jul 2 2024, 9:52 PM
Unknown Object (File)
May 2 2024, 4:33 AM
Subscribers

Details

Summary

The only place to execute this method was raw_usend(). Only those
protocols that used raw socket were able to actually enter that method.
All pr_output assignments being deleted by this commit were a dead code
for many years.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable