Use the correct type in va_arg call, char is promoted to int before calling
commit58782a1260983112dda5d9129453e73212d6742f
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Wed, 23 Mar 2005 17:22:21 +0000 (23 17:22 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Wed, 23 Mar 2005 17:22:21 +0000 (23 17:22 +0000)
treefaffcebba57f0992d5f580540728b6786904bb48
parentd8da76ffd3839e8ca61ec915dedbd4965a012ec6
Use the correct type in va_arg call, char is promoted to int before calling
and has to be fetched as such.
sys/bus/ppbus/ppb_msq.c