[PATCH] Fix warning with b44.c on 64bit boxes
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Tue, 17 Jan 2006 17:53:56 +0000 (17:53 +0000)
committerJeff Garzik <jgarzik@pobox.com>
Wed, 18 Jan 2006 00:28:50 +0000 (19:28 -0500)
sizeof() return is not an int, so use max_t to get the types right.

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>

No differences found