1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-18 15:30:21 +00:00

Fix printf format in a debug printf.

This commit is contained in:
John Baldwin 2003-04-16 20:07:48 +00:00
parent e68c51ed5d
commit 760eb2e033
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=113577

View File

@ -878,7 +878,7 @@ linux_personality(struct thread *td, struct linux_personality_args *args)
{
#ifdef DEBUG
if (ldebug(personality))
printf(ARGS(personality, "%d"), args->per);
printf(ARGS(personality, "%ld"), args->per);
#endif
#ifndef __alpha__
if (args->per != 0)