dprintf: fix dprintf() and vdprintf()
authorH. Peter Anvin <hpa@zytor.com>
Thu, 19 Nov 2009 23:33:58 +0000 (15:33 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 19 Nov 2009 23:33:58 +0000 (15:33 -0800)
commit8b5bef3b13cf05f4e661370ee353a4a86c00ea11
tree3c8755dba16f5027fa6ac3e3a6f2b19408110057
parent96d7ea4c8a3132df0e2af64215b1386095346e84
dprintf: fix dprintf() and vdprintf()

Fix incorrect prototype for vdprintf() used in dprintf(), masked by
the non-use of the header file.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
com32/lib/dprintf.c
com32/lib/vdprintf.c