Page MenuHomeFreeBSD

cp: Move the flags around a bit.
ClosedPublic

Authored by des on Dec 14 2023, 3:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 10, 8:40 PM
Unknown Object (File)
Fri, Oct 10, 8:35 PM
Unknown Object (File)
Fri, Oct 10, 8:26 PM
Unknown Object (File)
Fri, Oct 10, 2:54 PM
Unknown Object (File)
Mon, Oct 6, 11:09 PM
Unknown Object (File)
Sep 11 2025, 7:38 AM
Unknown Object (File)
Sep 6 2025, 12:37 PM
Unknown Object (File)
Jul 29 2025, 11:32 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