|
Description
|
The IS_USESRC_ILL, IS_USESRC_CLI_ILL, and IS_VNI macros in
usr/src/uts/common/inet/ip.h have a backslash on the last line of the
macro.
Also, the SCTP_CONDEMNED macro in usr/src/uts/common/inet/sctp/sctp.c
has an extra backslash on the last line.
These backslashes are unnecessary, and they're a maintenance hazard.
If somebody puts non-null text on the following line, it will get
sucked into the macro.
|