HomeFreeBSD

Minor code cleanup that removes "nd->nd_bpos = mcp;" in both if and else.

Description

Minor code cleanup that removes "nd->nd_bpos = mcp;" in both if and else.

The statement "nd->nd_bpos = mcp;" was in both the if and else. Correct,
but potentially confusing. This patch fixes this.

There should be no semantics change caused by this commit.

Details

Provenance
rmacklemAuthored on
Parents
rS363136: install(1): another correction after r363064
Branches
Unknown
Tags
Unknown