From: Peter Krempa <[email protected]> Fix the implementation according to the change to the declaration.
Fixes: 289e69d95e6fc843499d15003365596fbfe3500a Signed-off-by: Peter Krempa <[email protected]> --- src/util/vircgroup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/vircgroup.c b/src/util/vircgroup.c index e7c93cd010..00949bcca5 100644 --- a/src/util/vircgroup.c +++ b/src/util/vircgroup.c @@ -3737,7 +3737,7 @@ virCgroupSetFreezerState(virCgroup *group G_GNUC_UNUSED, int virCgroupGetFreezerState(virCgroup *group G_GNUC_UNUSED, - virCgroupFreezerState **state G_GNUC_UNUSED) + virCgroupFreezerState *state G_GNUC_UNUSED) { virReportSystemError(ENOSYS, "%s", _("Control groups not supported on this platform")); -- 2.54.0
