VirtualBox

Changeset 14076 in vbox for trunk


Ignore:
Timestamp:
Nov 11, 2008 7:24:05 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
39132
Message:

warnings

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/HostImpl.cpp

    r13938 r14076  
    10171017        if (ioctl(sock, SIOCGIFCONF, &ifConf) >= 0)
    10181018        {
    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++)
    10201020            {
    10211021                RTUUID uuid;
  • trunk/src/bldprogs/biossums.c

    r14047 r14076  
    2525#include <stdarg.h>
    2626#include <errno.h>
     27#ifndef RT_OS_WINDOWS
     28# include <unistd.h> /* unlink */
     29#endif
    2730
    2831typedef unsigned char uint8_t;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette