VirtualBox

Ignore:
Timestamp:
Aug 14, 2016 9:58:17 AM (8 years ago)
Author:
vboxsync
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/dt_consume.c

    r63435 r63436  
    17281728                                case DT_ACT_FTRUNCATE:
    17291729                                {
     1730                                        int res;
    17301731                                        if (fp == NULL)
    17311732                                                continue;
    17321733
    17331734                                        (void) fflush(fp);
    1734                                         int res = ftruncate(fileno(fp), 0);
     1735                                        res = ftruncate(fileno(fp), 0);
    17351736                                        NOREF(res);
    17361737                                        (void) fseeko(fp, 0, SEEK_SET);
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