VirtualBox

Changeset 1275 in kBuild


Ignore:
Timestamp:
Nov 29, 2007 8:56:45 PM (17 years ago)
Author:
bird
Message:

Fixed build issues.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk_redirect/kmk_redirect.c

    r1271 r1275  
    179179
    180180                default:
     181#ifdef O_BINARY
    181182                    fOpen |= O_BINARY;
     183#endif
    182184                    break;
    183185
     
    270272                /** @todo figure out how to make the handle close-on-exec. We'll simply close it for now. */
    271273#else
    272                 if (fcntl(channel, F_SETFD, FD_CLOEXEC) == -1)
     274                if (fcntl(fdOpened, F_SETFD, FD_CLOEXEC) == -1)
    273275                {
    274276                    fprintf(pStdErr, "%s: error: failed to make stderr (%d) close-on-exec: %s\n", argv[0], fdOpened, strerror(errno));
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette