From 8aaae3e79823a9a81967ebe7ac1ddbdabeed04a2 Mon Sep 17 00:00:00 2001 From: Michalis Pappas Date: Sat, 29 Mar 2025 09:27:01 +0100 Subject: [PATCH] lib/vfscore: Remove const qualifier from term_ctx Adapt vfscore to the updated signature of initab's term_ctx. Signed-off-by: Michalis Pappas Approved-by: Andrei Tatar Reviewed-by: Andrei Tatar GitHub-Closes: #1633 --- lib/vfscore/automount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vfscore/automount.c b/lib/vfscore/automount.c index 8e78c1f2f..e20987aee 100644 --- a/lib/vfscore/automount.c +++ b/lib/vfscore/automount.c @@ -864,7 +864,7 @@ static int vfscore_automount_volumes(const struct vfscore_volume *vvs[], #endif /* CONFIG_LIBVFSCORE_AUTOMOUNT */ #if CONFIG_LIBVFSCORE_AUTOMOUNT || CONFIG_LIBVFSCORE_AUTOUNMOUNT -static void vfscore_autoumount(const struct uk_term_ctx *tctx __unused) +static void vfscore_autoumount(struct uk_term_ctx *tctx __unused) { struct mount *mp; int rc; -- 2.39.5