Date: Tue, 05 Mar 2002 09:31:22 +0000 From: Mark Murray <mark@grondar.za> To: obrien@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys random.h src/sys/dev/random harvest.c hash.c hash.h randomdev.c randomdev.h yarrow.c Message-ID: <200203050931.g259VMRV071262@grimreaper.grondar.org> In-Reply-To: <20020304165027.A38109@dragon.nuxi.com> ; from "David O'Brien" <obrien@FreeBSD.org> "Mon, 04 Mar 2002 16:50:27 PST." References: <20020304165027.A38109@dragon.nuxi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> - for (i = 0; i < count; i+= sizeof(u_long)) {
> + for (i = 0; i < count; i+= (size_t)sizeof(u_long)) {
>
> Why is this needed?? sizeof already has a type of "size_t".
> This looks like more obfuscation just to quiet Lint.
D'uh. It is a mistake. I'll remove it.
M
--
o Mark Murray
\_
O.\_ Warning: this .sig is umop ap!sdn
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?200203050931.g259VMRV071262>
