From e88e5c280cc7c0da5a13e3f2b501111e13d63206 Mon Sep 17 00:00:00 2001 From: Youngjae Cho Date: Tue, 25 Jul 2023 17:38:12 +0900 Subject: [PATCH] Replace prefix 'libsys' with 'syscommon' Change-Id: If007513adc6d33e02796eb91f73ecf5d41c5d069 Signed-off-by: Youngjae Cho --- src/storage-inhouse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage-inhouse.c b/src/storage-inhouse.c index ef71f98..e0dedc8 100755 --- a/src/storage-inhouse.c +++ b/src/storage-inhouse.c @@ -466,7 +466,7 @@ API int storage_is_mounted_opt_usr(storage_part_mount_e *mounted) blkid_dev dev; int ret_val; bool found = false; - char *user_label = libsys_is_container()? CONTAINER_USER_PARTITION: USER_PARTITION; + char *user_label = syscommon_is_container()? CONTAINER_USER_PARTITION: USER_PARTITION; if (!mounted) return STORAGE_ERROR_INVALID_PARAMETER; -- 2.34.1