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