Page MenuHomeFreeBSD

Remove the 4.3BSD compatible macro m_copy(), use m_copym() instead
ClosedPublic

Authored by kevlo on Sep 13 2016, 1:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 30, 1:58 PM
Unknown Object (File)
Tue, Apr 30, 1:58 PM
Unknown Object (File)
Tue, Apr 30, 1:58 PM
Unknown Object (File)
Tue, Apr 30, 7:41 AM
Unknown Object (File)
Fri, Apr 26, 6:43 AM
Unknown Object (File)
Mar 30 2024, 12:48 AM
Unknown Object (File)
Dec 20 2023, 2:48 AM
Unknown Object (File)
Sep 22 2023, 12:30 PM
Subscribers

Details

Summary

It doesn't make sense to keep the m_copy() macro which was added for
compatibility with 4.3BSD, should always use m_copym() instead.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

kevlo retitled this revision from to Remove the 4.3BSD compatible macro m_copy(), use m_copym() instead.
kevlo updated this object.
kevlo edited the test plan for this revision. (Show Details)
kevlo added reviewers: glebius, gnn, jhb.

Should we also be ditching M_COPY() and/or switching it to M_COPYM() for consistency..?

kevlo edited edge metadata.

Thanks for pointing that out. Here's the revised patch that switches
M_COPY() to M_COPYM().

gnn edited edge metadata.
This revision is now accepted and ready to land.Sep 14 2016, 3:41 PM