VirtualBox

Changeset 46996 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jul 5, 2013 9:39:52 AM (11 years ago)
Author:
vboxsync
Message:

Main/solaris/NetIf: build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/solaris/NetIf-solaris.cpp

    r46994 r46996  
    420420        {
    421421            int cbIfaces = IfNum.lifn_count * sizeof(struct lifreq);
    422             struct lifreq *Ifaces = (struct lifreq *Ifaces)RTMemTmpAlloc(cbIfaces);
     422            struct lifreq *Ifaces = (struct lifreq *)RTMemTmpAlloc(cbIfaces);
    423423            if (Ifaces)
    424424            {
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