cvs commit: src/sys/netinet in.c
Matt Jacob
mjacob at FreeBSD.org
Sun Jun 17 00:31:25 UTC 2007
mjacob 2007-06-17 00:31:24 UTC
FreeBSD src repository
Modified files:
sys/netinet in.c
Log:
Simplification to quiet a gcc4.2 warning. Just by setting match.s_addr
to nonzero you fulfill the same function as the variable 'cmp'. so you
might as well zero match and test against it later.
Reviewed by: timeout on review request
Revision Changes Path
1.101 +9 -14 src/sys/netinet/in.c
More information about the cvs-src
mailing list