cvs commit: src/sys/dev/sound/pcm channel.c

Alexander Leidinger Alexander at Leidinger.net
Tue Nov 15 09:51:35 GMT 2005


Alexander Kabaev <kan at FreeBSD.org> wrote:

> kan         2005-11-15 04:19:27 UTC
>
>  FreeBSD src repository
>
>  Modified files:
>    sys/dev/sound/pcm    channel.c
>  Log:
>  Unbreak kernel builds.
>
>  Submitted by:   arr

Hos does the change from "min & (min-1) == 0" to "(min & (min-1)) == 0" fix
the building of a kernel (what was the error message from gcc)?

Bye,
Alexander.

-- 
http://www.Leidinger.net  Alexander @ Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org     netchild @ FreeBSD.org  : PGP ID = 72077137
LAZY:
	Marrying a pregnant woman.




More information about the cvs-src mailing list