Changeset 22875 in vbox for trunk/src/VBox/Main/ConsoleImpl2.cpp
- Timestamp:
- Sep 9, 2009 7:21:32 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 52131
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r22867 r22875 77 77 # include <linux/if.h> 78 78 # include <linux/wireless.h> 79 #endif 80 81 #if defined(RT_OS_FREEBSD) && defined(VBOX_WITH_NETFLT) 82 # include <unistd.h> 83 # include <sys/types.h> 84 # include <sys/ioctl.h> 85 # include <sys/socket.h> 86 # include <net/if.h> 79 87 #endif 80 88 … … 2309 2317 /* we're not releasing the INetCfg stuff here since we use it later to figure out whether it is wireless */ 2310 2318 2311 # elif defined(RT_OS_LINUX) 2319 # elif defined(RT_OS_LINUX) || defined(RT_OS_FREEBSD) 2312 2320 /** @todo Check for malformed names. */ 2313 2321 const char *pszTrunk = pszHifName;
Note:
See TracChangeset
for help on using the changeset viewer.