OpenSolaris

Printable Version Enter a New Search
Bug ID 6365532
Synopsis socketvar.h strangles lint for everyone
State 10-Fix Delivered (Fix available in build)
Category:Subcategory kernel:sockfs
Keywords onnv_triage | rtiq_reviewed | s10u2-triage
Responsible Engineer Nick Todd
Reported Against snv_29
Duplicate Of
Introduced In solaris_10
Commit to Fix snv_100
Fixed In snv_100
Release Fixed solaris_nevada(snv_100)
Related Bugs 5002763 , 6733185
Submit Date 20-December-2005
Last Update Date 8-October-2008
Description
When linting the kernel, DEBUG is turned on so that debug code will
also be linted.  Unfortunately, sys/socketvar.h deliberately does
"#undef DEBUG," which doesn't just work around the problem in CR
5002763, but also spoils the party for everyone else by disabling lint
of most debug code.
Work Around
N/A
Comments
N/A