Skip to content
Snippets Groups Projects
Commit f9b6eae2 authored by Dirk Meyer's avatar Dirk Meyer
Browse files

sysutils/xen-guest-tools: fix build on i386

parent eedae3f3
No related branches found
No related tags found
No related merge requests found
--- tools/xenstore/xenstored_control.c.orig 2022-04-12 12:21:23 UTC
+++ tools/xenstore/xenstored_control.c
@@ -537,7 +537,7 @@ static const char *lu_reject_reason(const void *ctx)
ret = talloc_asprintf(ctx, "%s\nDomain %u: %ld s",
ret ? : "Domains with long running transactions:",
conn->id,
- now - conn->ta_start_time);
+ (long)(now - conn->ta_start_time));
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment