Page MenuHomeFreeBSD

protosw: retire pr_output method
ClosedPublic

Authored by glebius on Aug 10 2022, 11:50 PM.
Tags
None
Referenced Files
F82738668: D36126.id.diff
Thu, May 2, 4:33 AM
F82738665: D36126.id109174.diff
Thu, May 2, 4:33 AM
F82738661: D36126.id109131.diff
Thu, May 2, 4:33 AM
F82732612: D36126.diff
Thu, May 2, 2:34 AM
Unknown Object (File)
Thu, Apr 25, 7:10 PM
Unknown Object (File)
Feb 19 2024, 6:21 PM
Unknown Object (File)
Feb 19 2024, 6:21 PM
Unknown Object (File)
Feb 19 2024, 6:21 PM
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