Bug 197783

Summary: [libc] sctp_getassocid() is missing from lib/libc/net/Symbol.map
Product: Base System Reporter: jau
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Many People CC: jau, tuexen
Priority: --- Keywords: patch
Version: CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
The one line patch to make things right. none

Description jau 2015-02-18 08:16:52 UTC
Created attachment 153138 [details]
The one line patch to make things right.

The function sctp_getassocid() is currently not visible to users,
though, it should be.
Please, apply the attached patch ASAP.
I have been using the obvious patch on my own systems with no ill effects
for quite some time now. I have simply forgotten to file a bug report for
this.
Comment 1 jau 2015-02-28 09:46:33 UTC
The same mistake is present at least in 11.x and 10.1-stable.
Most likely it is present any and all FreeBSD versions which
have carried support for SCTP.
Comment 2 Michael Tuexen freebsd_committer freebsd_triage 2015-03-28 09:10:16 UTC
Fixed in https://svnweb.freebsd.org/changeset/base/280782

Thanks for reporting!