Page MenuHomeFreeBSD

protosw: retire pr_output method
ClosedPublic

Authored by glebius on Aug 10 2022, 11:50 PM.
Tags
None
Referenced Files
F166290248: D36126.diff
Wed, Aug 12, 5:07 PM
F166151212: D36126.diff
Tue, Aug 11, 11:44 PM
Unknown Object (File)
Mon, Aug 10, 5:35 PM
Unknown Object (File)
Mon, Aug 10, 2:19 PM
Unknown Object (File)
Mon, Aug 10, 2:10 PM
Unknown Object (File)
Sun, Aug 9, 12:41 PM
Unknown Object (File)
Sat, Aug 8, 2:23 AM
Unknown Object (File)
Mon, Aug 3, 6:03 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