Page MenuHomeFreeBSD

tcp_wrappers: Use default C standard version
AcceptedPublic

Authored by minsoochoo0122_proton.me on Dec 29 2023, 9:43 PM.
Referenced Files
Unknown Object (File)
Tue, Dec 31, 6:48 AM
Unknown Object (File)
Sat, Dec 7, 9:33 AM
Unknown Object (File)
Wed, Dec 4, 8:29 AM
Unknown Object (File)
Nov 17 2024, 2:33 PM
Unknown Object (File)
Nov 17 2024, 2:15 PM
Unknown Object (File)
Nov 17 2024, 12:35 PM
Unknown Object (File)
Sep 24 2024, 9:49 PM
Unknown Object (File)
Sep 24 2024, 5:51 PM

Details

Test Plan
cd /libexec/tcpd
make

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 55157
Build 52046: arc lint + arc unit

Event Timeline

emaste added a subscriber: emaste.

Do you happen to have these changes available in a Git repo somewhere that I can pull from?

This revision is now accepted and ready to land.Dec 29 2023, 10:17 PM
contrib/tcp_wrappers/tcpd.c
48

style(9) has the function name start in column 1,

int
main(...

Fix function header accordign to style(9)

This revision now requires review to proceed.Dec 29 2023, 11:16 PM

Do you happen to have these changes available in a Git repo somewhere that I can pull from?

I pushed this change to my Github repo

minsoochoo0122_proton.me retitled this revision from tcp_wrappers: Use default C standard version for buildworld to tcp_wrappers: Use default C standard version.Dec 31 2023, 3:20 AM
This revision is now accepted and ready to land.Dec 31 2023, 4:30 PM