aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2003-04-16 20:07:48 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2003-04-16 20:07:48 +0000
commit760eb2e0333c7fd4a7f0c0f29e42e9fc4699668e (patch)
tree53c375d84a51cd92445b956e90c776f3fb51147a /sys/compat
parente68c51ed5dde6374e215d31d0055a4e0410872d8 (diff)
Notes
Diffstat (limited to 'sys/compat')
-rw-r--r--sys/compat/linux/linux_misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_misc.c b/sys/compat/linux/linux_misc.c
index 8e86706bf02b..7dc069ac9d6b 100644
--- a/sys/compat/linux/linux_misc.c
+++ b/sys/compat/linux/linux_misc.c
@@ -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)