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.
Details
Details
- Reviewers
jhb glebius gnn - Group Reviewers
transport - Commits
- rS305824: Remove the 4.3BSD compatible macro m_copy(), use m_copym() instead.
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
Should we also be ditching M_COPY() and/or switching it to M_COPYM() for consistency..?
Comment Actions
Thanks for pointing that out. Here's the revised patch that switches
M_COPY() to M_COPYM().