Page MenuHomeFreeBSD

cp: Move the flags around a bit.
ClosedPublic

Authored by des on Dec 14 2023, 3:04 PM.
Tags
None
Referenced Files
F87463013: D43063.id.diff
Wed, Jul 3, 11:21 AM
F87462462: D43063.id131443.diff
Wed, Jul 3, 11:08 AM
F87462187: D43063.id131439.diff
Wed, Jul 3, 11:01 AM
Unknown Object (File)
Mon, Jul 1, 11:19 AM
Unknown Object (File)
Mon, Jun 24, 4:20 PM
Unknown Object (File)
Mon, Jun 24, 9:13 AM
Unknown Object (File)
Fri, Jun 21, 6:11 PM
Unknown Object (File)
Fri, Jun 21, 10:51 AM
Subscribers

Details

Summary
  • The HLPR flags are grouped together at the beginning because they are the standard flags for programs using FTS. Move the N flag out from among them to its correct place in the sequence.
  • The Pflag variable isn't used outside main(), but moving it out lets us skip initialization and keeps it with its friends H, L and R.

MFC after: 1 week
Sponsored by: Klara, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 54949
Build 51838: arc lint + arc unit