Changeset 46996 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jul 5, 2013 9:39:52 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/solaris/NetIf-solaris.cpp
r46994 r46996 420 420 { 421 421 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); 423 423 if (Ifaces) 424 424 {
Note:
See TracChangeset
for help on using the changeset viewer.