Page MenuHomeFreeBSD

gsb_crc32: Fix a warning when compiled in userland.
ClosedPublic

Authored by jhb on Jun 20 2023, 5:54 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Sep 16, 2:25 AM
Unknown Object (File)
Wed, Sep 4, 8:09 PM
Unknown Object (File)
Sat, Aug 31, 9:12 PM
Unknown Object (File)
Wed, Aug 28, 5:35 AM
Unknown Object (File)
Aug 18 2024, 11:40 AM
Unknown Object (File)
Aug 18 2024, 11:40 AM
Unknown Object (File)
Aug 18 2024, 11:40 AM
Unknown Object (File)
Aug 18 2024, 11:11 AM
Subscribers
None

Details

Summary

crc32_tab[] is only exposed as a global in <sys/gsb_crc32.h> for the
kernel, not for userland.

Diff Detail

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

Event Timeline

jhb requested review of this revision.Jun 20 2023, 5:54 AM
jhb created this revision.
This revision was not accepted when it landed; it landed in state Needs Review.Jul 31 2023, 8:26 PM
This revision was automatically updated to reflect the committed changes.