summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/sparc/stand/boot/loadfile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/stand/boot/loadfile.c b/sys/arch/sparc/stand/boot/loadfile.c
index b1e669192fe..2853554cb94 100644
--- a/sys/arch/sparc/stand/boot/loadfile.c
+++ b/sys/arch/sparc/stand/boot/loadfile.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: loadfile.c,v 1.2 2003/03/18 05:11:57 miod Exp $ */
+/* $OpenBSD: loadfile.c,v 1.3 2003/04/08 20:34:01 miod Exp $ */
/* $NetBSD: loadfile.c,v 1.3 1997/04/06 08:40:59 cgd Exp $ */
/*
@@ -190,7 +190,7 @@ elf_seek(int fd, off_t relpos)
if (relpos < 0) {
#ifdef DEBUG
- printf("elf_seek: attempting to seek backwards from %lx bytes, "
+ printf("elf_seek: attempting to seek backwards from %llx bytes, "
"may fail!\n", -relpos);
#endif
if (lseek(fd, relpos, SEEK_CUR) < 0)