020-musl_GLOB_BRACE.patch (539B)
1 --- a/fetch-maildir.c 2 +++ b/fetch-maildir.c 3 @@ -31,6 +31,8 @@ 4 #include "fdm.h" 5 #include "fetch.h" 6 7 +#define GLOB_BRACE 0 8 + 9 int fetch_maildir_commit(struct account *, struct mail *); 10 void fetch_maildir_abort(struct account *); 11 u_int fetch_maildir_total(struct account *); 12 --- a/fetch-mbox.c 13 +++ b/fetch-mbox.c 14 @@ -32,6 +32,8 @@ 15 #include "fdm.h" 16 #include "fetch.h" 17 18 +#define GLOB_BRACE 0 19 + 20 int fetch_mbox_commit(struct account *, struct mail *); 21 void fetch_mbox_abort(struct account *); 22 u_int fetch_mbox_total(struct account *);