OpenSolaris

Printable Version Enter a New Search
Bug ID 6368593
Synopsis <inet/ipclassifier.h> depends on unshipped <inet/udp_impl.h>
State 10-Fix Delivered (Fix available in build)
Category:Subcategory kernel:tcp-ip
Keywords onnv_triage
Responsible Engineer Adi Masputra
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_32
Fixed In snv_32
Release Fixed solaris_nevada(snv_32) , solaris_10u2(s10u2_05) (Bug ID:2133080)
Related Bugs 6281836
Submit Date 4-January-2006
Last Update Date 28-April-2007
Description
As per http://www.opensolaris.org/jive/thread.jspa?threadID=4843, after the
putback for 6281836, <inet/ipclassifier.h> now depends on <inet/udp_impl.h>;
the latter header file is not shipped.

It seems like the dependency is needless, and can be eliminated by merely
changing "udp_t *" to "struct udp_s *".  I think this is preferable to
shipping <inet/udp_impl.h>, since shipping that file only introduces the
risk that external applications will become dependent on its contents.
Work Around
N/A
Comments
N/A