mkstemp-windows.patch 351 B

1234567891011121314
  1. --- contrib/tools/m4/lib/mkstemp-safer.c (73a968936fc7a168adec50944afcde54a6274f7b)
  2. +++ contrib/tools/m4/lib/mkstemp-safer.c (index)
  3. @@ -21,9 +21,10 @@
  4. #include "stdlib-safer.h"
  5. -#include <stdlib.h>
  6. +#include "stdlib--.h"
  7. #include "unistd-safer.h"
  8. +
  9. /* Like mkstemp, but do not return STDIN_FILENO, STDOUT_FILENO, or
  10. STDERR_FILENO. */