VirtualBox

Changeset 1241 in kBuild for trunk


Ignore:
Timestamp:
Oct 10, 2007 2:33:29 AM (17 years ago)
Author:
bird
Message:

disable trace.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/shfile.c

    r1240 r1241  
    221221    int rc = fcntl(fd, F_SETFD, fcntl(fd, F_GETFD, 0)
    222222                              | (closeit ? FD_CLOEXEC : 0));
    223     fprintf(stderr, "shfile_cloexec(%d, %d) -> %d\n", fd, closeit, rc);
     223    //fprintf(stderr, "shfile_cloexec(%d, %d) -> %d\n", fd, closeit, rc);
    224224    return rc;
    225225# endif
     
    239239# else
    240240    int rc = ioctl(fd, request, buf);
    241     fprintf(stderr, "ioctl(%d, %#x, %p) -> %d\n", fd, request, buf, rc);
     241    //fprintf(stderr, "ioctl(%d, %#x, %p) -> %d\n", fd, request, buf, rc);
    242242    return rc;
    243243# endif
Note: See TracChangeset for help on using the changeset viewer.

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