1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-17 01:09:24 -04:00
ports/sysutils/xen-guest-tools/files/patch-xenstored_control.c
2023-03-13 14:41:00 +01:00

11 lines
419 B
C

--- 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));
}
}