Page MenuHomeFreeBSD

zlib crc32: Add prototypes for recently-added static functions.
ClosedPublic

Authored by jhb on Sep 27 2022, 5:42 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 19, 7:25 AM
Unknown Object (File)
Fri, Oct 10, 7:04 AM
Unknown Object (File)
Fri, Oct 10, 7:04 AM
Unknown Object (File)
Fri, Oct 10, 7:04 AM
Unknown Object (File)
Fri, Oct 10, 1:09 AM
Unknown Object (File)
Thu, Oct 2, 2:39 AM
Unknown Object (File)
Sun, Sep 28, 9:33 PM
Unknown Object (File)
Sep 20 2025, 10:19 AM
Subscribers
None

Details

Summary

This appeases -Wstrict-prototypes with GCC. Using a separate
prototype using the OF macro seems to be consistent with the rest of
this file which still supports pre-ANSI C.

Diff Detail

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

Event Timeline

jhb requested review of this revision.Sep 27 2022, 5:42 PM
jhb created this revision.

Should these also be upstreamed?

This revision is now accepted and ready to land.Sep 27 2022, 6:17 PM

There's a bigger question of what to do w/ zlib upstream with K&R, so it seems fine to make this change in our tree now and separately try to tackle all of that together.