|
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.
|