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)
Thu, Apr 2, 11:17 AM
Unknown Object (File)
Fri, Mar 27, 11:55 PM
Unknown Object (File)
Thu, Mar 19, 2:16 PM
Unknown Object (File)
Tue, Mar 17, 9:42 PM
Unknown Object (File)
Sun, Mar 15, 4:48 PM
Unknown Object (File)
Sat, Mar 14, 3:14 PM
Unknown Object (File)
Tue, Mar 10, 1:04 PM
Unknown Object (File)
Tue, Mar 10, 1:37 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