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)
Oct 7 2024, 6:02 PM
Unknown Object (File)
Oct 4 2024, 1:46 PM
Unknown Object (File)
Oct 4 2024, 10:57 AM
Unknown Object (File)
Oct 3 2024, 11:56 PM
Unknown Object (File)
Oct 3 2024, 6:19 PM
Unknown Object (File)
Oct 3 2024, 12:24 PM
Unknown Object (File)
Oct 3 2024, 10:11 AM
Unknown Object (File)
Oct 3 2024, 9:34 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