X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Funix_apply.c;h=a683b4da1d2ce194a3f7ccafba96e6377897b7b9;hb=b1a1869b6942d965891505567d621bb59d56672c;hp=b41c1e2c0ff0d0ffb966317829157ef00688de3f;hpb=c1d980511c9b9e53dec66710904ad8f98bc22809;p=wimlib diff --git a/src/unix_apply.c b/src/unix_apply.c index b41c1e2c..a683b4da 100644 --- a/src/unix_apply.c +++ b/src/unix_apply.c @@ -561,8 +561,7 @@ retry_create: /* Called when starting to read a single-instance stream for extraction */ static int -unix_begin_extract_stream(struct wim_lookup_table_entry *stream, - u32 flags, void *_ctx) +unix_begin_extract_stream(struct wim_lookup_table_entry *stream, void *_ctx) { struct unix_apply_ctx *ctx = _ctx; const struct stream_owner *owners = stream_owners(stream);