aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2002-08-31 03:21:59 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2002-08-31 03:21:59 +0000
commitea9b09fef21fff271fc08285c89280c63cddcab3 (patch)
tree66e329879278fade5b765b361372c7bfe4764d39
parent0b1482d1fd7c834aee067f19b085cd1ff2eb44bb (diff)
Notes
-rw-r--r--sys/alpha/alpha/dump_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/alpha/dump_machdep.c b/sys/alpha/alpha/dump_machdep.c
index aff15945ca14..902cf129a746 100644
--- a/sys/alpha/alpha/dump_machdep.c
+++ b/sys/alpha/alpha/dump_machdep.c
@@ -57,7 +57,7 @@ dumpsys(struct dumperinfo *di)
void *va;
int i, mb;
- printf("Dumping %u MB\n", Maxmem / (1024*1024 / PAGE_SIZE));
+ printf("Dumping %ld MB\n", Maxmem / (1024*1024 / PAGE_SIZE));
/* Fill in the kernel dump header */
strcpy(kdh.magic, KERNELDUMPMAGIC);