Date: Sun, 17 Jun 2007 00:31:24 +0000 (UTC) From: Matt Jacob <mjacob@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet in.c Message-ID: <200706170031.l5H0VPJh012613@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706170031.l5H0VPJh012613>
