Date: Sun, 5 Jan 2003 20:33:46 -0800 (PST) From: Mike Barcroft <mike@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 ip6_fw.c Message-ID: <200301060433.h064XkeJ051680@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mike 2003/01/05 20:33:46 PST Modified files: sys/netinet6 ip6_fw.c Log: Cast return values of sizeof() to int so they can be printed with %d. The size of this struct is unlikely to ever grow beyond what an int can represent. Noticed by: alpha tinderbox Revision Changes Path 1.21 +2 -2 src/sys/netinet6/ip6_fw.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?200301060433.h064XkeJ051680>