diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2003-04-16 20:43:10 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2003-04-16 20:43:10 +0000 |
| commit | 20b04da89c249ff2a46c094ee1f46a06e47e863c (patch) | |
| tree | 30515c5df96e509a21deeaa778e8036105dd49aa /sys/compat/linux/linux_misc.c | |
| parent | ecf889825d625cf5429961f7ba32ae17ef5dae6d (diff) | |
Notes
Diffstat (limited to 'sys/compat/linux/linux_misc.c')
| -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 7dc069ac9d6b..4e9502047bc1 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, "%ld"), args->per); + printf(ARGS(personality, "%lu"), (unsigned long)args->per); #endif #ifndef __alpha__ if (args->per != 0) |
