Page MenuHomeFreeBSD

cp: Address style issues from external review.
ClosedPublic

Authored by des on May 8 2025, 6:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 8, 9:04 PM
Unknown Object (File)
Fri, Oct 3, 1:28 PM
Unknown Object (File)
Tue, Sep 30, 8:43 PM
Unknown Object (File)
Sun, Sep 21, 7:22 PM
Unknown Object (File)
Mon, Sep 15, 10:17 PM
Unknown Object (File)
Sep 8 2025, 5:21 PM
Unknown Object (File)
Sep 7 2025, 5:10 PM
Unknown Object (File)
Sep 7 2025, 5:48 AM
Subscribers

Details

Summary
  • Correctly indent some comment blocks.
  • Avoid using strcpy(), even when we know it's safe.
  • Drop the (void) casts from fts_set() calls which can never fail.

Fixes: 82fc0d09e862
Sponsored by: Klara, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable