HomeFreeBSD

src.libnames: Replace redundant += with =

Description

src.libnames: Replace redundant += with =

The += for unique assignments is equivalent to =. Make these confusing
assignments simply assignments.

Reviewed by: emaste
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D35242

Details

Provenance
cyAuthored on May 18 2022, 1:59 AM
Reviewer
emaste
Differential Revision
D35242: src.libnames: Replace redundant += with =
Parents
rGb04f5d18b5fa: linux(4): To improve readability use FUTEX_UNOWNED instead of 0
Branches
Unknown
Tags
Unknown