Merge pull request #4962 from diizzyy/patch-96
[feed/packages.git] / mail / fdm / patches / 010-musl_WAIT_ANY.patch
1 --- a/fdm.c
2 +++ b/fdm.c
3 @@ -22,6 +22,10 @@
4 #include <sys/utsname.h>
5 #include <sys/wait.h>
6
7 +#ifndef WAIT_ANY
8 +#define WAIT_ANY (-1)
9 +#endif
10 +
11 #include <errno.h>
12 #include <fcntl.h>
13 #include <fnmatch.h>