- Timestamp:
- Nov 11, 2008 7:24:05 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 39132
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HostImpl.cpp
r13938 r14076 1017 1017 if (ioctl(sock, SIOCGIFCONF, &ifConf) >= 0) 1018 1018 { 1019 for (struct ifreq *pReq = ifConf.ifc_req; pReq < pBuffer + ifConf.ifc_len; pReq++)1019 for (struct ifreq *pReq = ifConf.ifc_req; (char*)pReq < pBuffer + ifConf.ifc_len; pReq++) 1020 1020 { 1021 1021 RTUUID uuid; -
trunk/src/bldprogs/biossums.c
r14047 r14076 25 25 #include <stdarg.h> 26 26 #include <errno.h> 27 #ifndef RT_OS_WINDOWS 28 # include <unistd.h> /* unlink */ 29 #endif 27 30 28 31 typedef unsigned char uint8_t;
Note:
See TracChangeset
for help on using the changeset viewer.