Ignore:
Timestamp:
Jan 4, 2019, 1:48:51 AM (7 years ago)
Author:
bird
Message:

kmk: OS/2 build fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/output.c

    r3271 r3273  
    736736  /* "from" is opened by open_tmpfd, which does it in binary mode, so
    737737     we need the mode of "to" to match that.  */
    738   prev_mode = _setmode (fileno (to), _O_BINARY);
     738  prev_mode = _setmode (fileno (to), O_BINARY);
    739739#endif
    740740
Note: See TracChangeset for help on using the changeset viewer.