$OpenBSD: patch-src_file_file_raw_cc,v 1.1 2018/04/07 10:55:54 espie Exp $

Index: src/file/file_raw.cc
--- src/file/file_raw.cc.orig
+++ src/file/file_raw.cc
@@ -111,11 +111,11 @@ static void file_load_raw(struct machine *m, struct me
 		vaddr += len;
 	}
 
-	debug("RAW: 0x%"PRIx64" bytes @ 0x%08"PRIx64,
+	debug("RAW: 0x%" PRIx64" bytes @ 0x%08" PRIx64,
 	    (uint64_t) (ftello(f) - skip), (uint64_t) loadaddr);
 
 	if (skip != 0)
-		debug(" (0x%"PRIx64" bytes of header skipped)",
+		debug(" (0x%" PRIx64" bytes of header skipped)",
 		    (uint64_t) skip);
 
 	debug("\n");
