diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-17 03:17:44 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-19 12:53:42 -0600 |
commit | 0a700d5e8e5feec3fc07316924a00b2b7cab6050 (patch) | |
tree | a6194ff7aedc5f0304e9ade8cf9ae2d446ec5dd2 /lib9p_util/static.c | |
parent | b5d409009efa48714852411d7a2e2eb106333893 (diff) |
lib9p_srv: Think harder about the stat() and dcreate() APIs
Diffstat (limited to 'lib9p_util/static.c')
-rw-r--r-- | lib9p_util/static.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib9p_util/static.c b/lib9p_util/static.c index 4fba35a..44b8242 100644 --- a/lib9p_util/static.c +++ b/lib9p_util/static.c @@ -90,7 +90,9 @@ static lo_interface lib9p_srv_file util9p_static_dir_dwalk(struct util9p_static_ static lo_interface lib9p_srv_file util9p_static_dir_dcreate(struct util9p_static_dir *self, struct lib9p_srv_ctx *ctx, struct lib9p_s LM_UNUSED(childname), - lib9p_dm_t LM_UNUSED(perm), lib9p_o_t LM_UNUSED(flags)) { + struct lib9p_srv_userid *LM_UNUSED(user), + struct lib9p_srv_userid *LM_UNUSED(group), + lib9p_dm_t LM_UNUSED(perm)) { assert(self); assert(ctx); |