VirtualBox

Changeset 14076

Show
Ignore:
Timestamp:
11/11/08 08:24:05 (2 months ago)
Author:
vboxsync
Message:

warnings

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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; 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy