From 87e008d56de974947ebb99c2cc40b25d3c2cf43e Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 25 Jun 2025 03:59:52 +0900 Subject: treewide: rename to hakurei Fortify makes little sense for a container tool. Signed-off-by: Ophestra --- acl/acl-update.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'acl/acl-update.h') diff --git a/acl/acl-update.h b/acl/acl-update.h index fa1541fd..6ad1a873 100644 --- a/acl/acl-update.h +++ b/acl/acl-update.h @@ -1,4 +1,4 @@ #include -int f_acl_update_file_by_uid(const char *path_p, uid_t uid, acl_perm_t *perms, +int hakurei_acl_update_file_by_uid(const char *path_p, uid_t uid, acl_perm_t *perms, size_t plen); -- cgit v1.3.1