You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
207 B

  1. --- a/fdm.c
  2. +++ b/fdm.c
  3. @@ -22,6 +22,10 @@
  4. #include <sys/utsname.h>
  5. #include <sys/wait.h>
  6. +#ifndef WAIT_ANY
  7. +#define WAIT_ANY (-1)
  8. +#endif
  9. +
  10. #include <errno.h>
  11. #include <fcntl.h>
  12. #include <fnmatch.h>