Date: Tue, 16 May 2000 21:05:07 -0700 (PDT) From: Jonathan Lemon <jlemon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_input.c Message-ID: <200005170405.VAA69180@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jlemon 2000/05/16 21:05:07 PDT Modified files: sys/netinet ip_input.c Log: Cast sizeof() calls to be of type (int) when they appear in a signed integer expression. Otherwise the sizeof() call will force the expression to be evaluated as unsigned, which is not the intended behavior. Obtained from: NetBSD (in a different form) Revision Changes Path 1.134 +5 -4 src/sys/netinet/ip_input.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005170405.VAA69180>