diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2003-04-16 20:07:48 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2003-04-16 20:07:48 +0000 |
| commit | 760eb2e0333c7fd4a7f0c0f29e42e9fc4699668e (patch) | |
| tree | 53c375d84a51cd92445b956e90c776f3fb51147a /sys/compat/linux | |
| parent | e68c51ed5dde6374e215d31d0055a4e0410872d8 (diff) | |
Notes
Diffstat (limited to 'sys/compat/linux')
| -rw-r--r-- | sys/compat/linux/linux_misc.c | 2 |
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) |
