Only Windows has O_BINARY.

This commit is contained in:
David Given 2022-07-17 13:36:26 +02:00
parent 1fa8f40beb
commit 544e8d474b

View file

@ -21,6 +21,10 @@
static char rcs_id[] = "$Id$";
#endif
#if !defined WIN32
#define O_BINARY 0
#endif
#define ARG_MORE 40 /* The size of args chunks to allocate */
static int run_exec(trf*);