Page MenuHomeFreeBSD

tcp_wrappers: Use default C standard version
ClosedPublic

Authored by mchoo on Dec 29 2023, 9:43 PM.
Referenced Files
F171136220: D43236.id131999.diff
Tue, Sep 8, 10:38 PM
F171105517: D43236.id131986.diff
Tue, Sep 8, 5:45 PM
Unknown Object (File)
Mon, Sep 7, 5:21 PM
Unknown Object (File)
Sun, Sep 6, 2:47 PM
Unknown Object (File)
Sun, Sep 6, 2:05 PM
Unknown Object (File)
Sun, Sep 6, 2:01 PM
Unknown Object (File)
Wed, Sep 2, 12:54 PM
Unknown Object (File)
Tue, Aug 25, 6:08 PM

Diff Detail

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

Event Timeline

mchoo requested review of this revision.Dec 29 2023, 9:43 PM
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

mchoo 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
This revision was automatically updated to reflect the committed changes.