Page MenuHomeFreeBSD

cp: Move the flags around a bit.
ClosedPublic

Authored by des on Dec 14 2023, 3:04 PM.
Tags
None
Referenced Files
F147384614: D43063.id131439.diff
Tue, Mar 10, 1:04 PM
Unknown Object (File)
Tue, Mar 10, 1:37 AM
Unknown Object (File)
Mon, Mar 9, 8:06 AM
Unknown Object (File)
Fri, Mar 6, 4:56 PM
Unknown Object (File)
Fri, Mar 6, 11:39 AM
Unknown Object (File)
Thu, Mar 5, 11:08 PM
Unknown Object (File)
Tue, Mar 3, 10:11 AM
Unknown Object (File)
Tue, Mar 3, 4:57 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 Not Applicable
Unit
Tests Not Applicable