From 581435f4bd735b85b720950bde68b6856d079279 Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 15 Jun 2001 07:46:18 +0000 Subject: Fix warning: 413: warning: long unsigned int format, vm_offset_t arg (arg 2) --- sys/compat/linux/linux_misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/compat/linux/linux_misc.c') diff --git a/sys/compat/linux/linux_misc.c b/sys/compat/linux/linux_misc.c index 64200b1..c818c20 100644 --- a/sys/compat/linux/linux_misc.c +++ b/sys/compat/linux/linux_misc.c @@ -410,7 +410,7 @@ printf("uselib: Page aligned binary %lu\n", file_offset); goto cleanup; } #ifdef DEBUG -printf("mem=%08lx = %08lx %08lx\n", vmaddr, ((long*)vmaddr)[0], ((long*)vmaddr)[1]); +printf("mem=%08lx = %08lx %08lx\n", (long)vmaddr, ((long*)vmaddr)[0], ((long*)vmaddr)[1]); #endif if (bss_size != 0) { /* -- cgit v1.1