Re: svn commit: r213401 - head/sys/sys

2010-10-04 Thread Bruce Evans
On Mon, 4 Oct 2010, Poul-Henning Kamp wrote: Log: Certain static code analysis tools (FlexeLint being one) are very suspicious about 'l' and '1' being confused in numeric constants. The fear being that some old fart programmer might still think that he is using a Remmington Noiseless as inpu

svn commit: r213401 - head/sys/sys

2010-10-04 Thread Poul-Henning Kamp
Author: phk Date: Mon Oct 4 10:48:47 2010 New Revision: 213401 URL: http://svn.freebsd.org/changeset/base/213401 Log: Certain static code analysis tools (FlexeLint being one) are very suspicious about 'l' and '1' being confused in numeric constants. The fear being that some old fart program