Page MenuHomeFreeBSD

librpcsec_gss: don't export non-existant symbols
ClosedPublic

Authored by brooks on Mar 5 2024, 10:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 27, 2:08 AM
Unknown Object (File)
Sun, May 26, 3:03 AM
Unknown Object (File)
Sun, May 19, 9:59 AM
Unknown Object (File)
Sun, May 19, 5:57 AM
Unknown Object (File)
Sun, May 19, 5:56 AM
Unknown Object (File)
Wed, May 8, 2:41 AM
Unknown Object (File)
Sat, May 4, 1:21 PM
Unknown Object (File)
Apr 26 2024, 3:58 AM
Subscribers

Details

Summary

rpc_gss_mesh_to_oid was never implement.

This doesn't seem to be any reason why we would need to export the _stub
functions, but it's also a little unclear to me why the linker thinks
they aren't present. Perhaps they should be static.

Diff Detail

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