From 82561d62b66f17c05604e87f18187bb3a91f00d2 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 2 Jul 2025 21:52:07 +0900 Subject: system: move system access packages These packages loosely belong in the "system" package and "system" provides high level wrappers for all of them. Signed-off-by: Ophestra --- acl/acl-update.h | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 acl/acl-update.h (limited to 'acl/acl-update.h') diff --git a/acl/acl-update.h b/acl/acl-update.h deleted file mode 100644 index b86eb170..00000000 --- a/acl/acl-update.h +++ /dev/null @@ -1,4 +0,0 @@ -#include - -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