Page MenuHomeFreeBSD

syslogd: Rearrange syslogd.c
AbandonedPublic

Authored by jfree on Aug 8 2023, 4:39 PM.
Tags
None
Referenced Files
F110520484: D41385.id125740.diff
Wed, Feb 19, 2:22 PM
Unknown Object (File)
Wed, Feb 5, 3:32 PM
Unknown Object (File)
Mon, Jan 27, 2:20 PM
Unknown Object (File)
Jan 20 2025, 1:03 AM
Unknown Object (File)
Dec 20 2024, 3:35 AM
Unknown Object (File)
Dec 12 2024, 5:21 PM
Unknown Object (File)
Oct 30 2024, 4:23 PM
Unknown Object (File)
Oct 21 2024, 5:13 AM
Subscribers

Details

Reviewers
emaste
markj
Summary
  • Alphabetically order global variables
  • Remove declarations for static functions
  • Reorder functions according to static declaration

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

jfree requested review of this revision.Aug 8 2023, 4:39 PM

I'm not a big fan of reordering functions like this, since that makes git blame quite useless for little gain. In general this kind of commit should come at the end of a patch stack if at all. If it's too painful to reorder it then ok, just something to keep in mind for next time.

I'm not a big fan of reordering functions like this, since that makes git blame quite useless for little gain. In general this kind of commit should come at the end of a patch stack if at all. If it's too painful to reorder it then ok, just something to keep in mind for next time.

I concur. I will just drop this one. It'll make rebasing horrible too.
The negatives far outweigh the positives.