Ignore:
Timestamp:
Mar 31, 2018, 12:30:15 AM (7 years ago)
Author:
bird
Message:

kmkbuiltin: Added KMK_OPEN_NO_INHERIT to all open calls.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/kmkbuiltin/md5sum.c

    r3192 r3219  
    168168
    169169    /* figure out the appropriate flags. */
    170     fFlags = O_RDONLY;
     170    fFlags = O_RDONLY | KMK_OPEN_NO_INHERIT;
    171171#ifdef O_SEQUENTIAL
    172172    fFlags |= _O_SEQUENTIAL;
Note: See TracChangeset for help on using the changeset viewer.