Changeset 24678 in vbox for trunk/src/VBox/Main
- Timestamp:
- Nov 15, 2009 4:07:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/darwin/NetIf-darwin.cpp
r23144 r24678 281 281 char *pBuf, *pNext; 282 282 int aiMib[6]; 283 unsigned short u16DefaultIface ;283 unsigned short u16DefaultIface = 0; /* initialized to shut up gcc */ 284 284 285 285 /* Get the index of the interface associated with default route. */
Note:
See TracChangeset
for help on using the changeset viewer.