Page MenuHomeFreeBSD

cp: Move the flags around a bit.
ClosedPublic

Authored by des on Dec 14 2023, 3:04 PM.
Tags
None
Referenced Files
F108668168: D43063.diff
Mon, Jan 27, 4:47 AM
Unknown Object (File)
Sat, Jan 18, 1:43 PM
Unknown Object (File)
Fri, Jan 3, 6:27 AM
Unknown Object (File)
Dec 2 2024, 9:49 AM
Unknown Object (File)
Dec 2 2024, 9:49 AM
Unknown Object (File)
Dec 2 2024, 1:06 AM
Unknown Object (File)
Dec 2 2024, 12:50 AM
Unknown Object (File)
Nov 20 2024, 9:08 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