Changeset 43515 in vbox for trunk/src/apps
- Timestamp:
- Oct 2, 2012 3:19:48 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 81098
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/apps/adpctl/VBoxNetAdpCtl.cpp
r43513 r43515 28 28 #include <sys/ioctl.h> 29 29 #include <fcntl.h> 30 #if 0 31 //def RT_OS_LINUX 30 #ifdef RT_OS_LINUX 32 31 # include <net/if.h> 33 32 # include <linux/types.h> 33 /* Older versions of ethtool.h rely on these: */ 34 typedef unsigned long long u64; 35 typedef __uint32_t u32; 36 typedef __uint16_t u16; 37 typedef __uint8_t u8; 34 38 # include <linux/ethtool.h> 35 39 # include <linux/sockios.h>
Note:
See TracChangeset
for help on using the changeset viewer.