summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2009-08-24 08:52:14 +0000
committerJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2009-08-24 08:52:14 +0000
commit30bec3c9b8f4f2038be06030eeb602f4c92b55f6 (patch)
treec5cc6960fb4267a4c00f042e2a1554c9c3e2afb6 /sys/arch/alpha
parentccb411cd75b1a29bd369ea014ff28be13e3c0d71 (diff)
- fix format strings for values that are daddr64_t
ok otto@, agreed by deraadt@
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r--sys/arch/alpha/stand/installboot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/stand/installboot.c b/sys/arch/alpha/stand/installboot.c
index 6ee4487ef65..c3f05949ed8 100644
--- a/sys/arch/alpha/stand/installboot.c
+++ b/sys/arch/alpha/stand/installboot.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: installboot.c,v 1.14 2007/06/06 17:15:11 deraadt Exp $ */
+/* $OpenBSD: installboot.c,v 1.15 2009/08/24 08:52:13 jasper Exp $ */
/* $NetBSD: installboot.c,v 1.2 1997/04/06 08:41:12 cgd Exp $ */
/*
@@ -175,7 +175,7 @@ main(int argc, char *argv[])
partoffset = 0;
}
if (verbose)
- (void)printf("%s partition offset = 0x%lx\n", boot, partoffset);
+ (void)printf("%s partition offset = 0x%llx\n", boot, partoffset);
/* Sync filesystems (make sure boot's block numbers are stable) */
sync();