Changeset 2097 for Whitix

Show
Ignore:
Timestamp:
05/27/10 12:31:03 (21 months ago)
Author:
mwhitworth
Message:

Fix warnings.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/branches/netchannel/user/sdk/network/icmp.c

    r2088 r2097  
    3535{ 
    3636        struct Ipv4EndPoint* destIp = (struct Ipv4EndPoint*)dest; 
    37         struct Ipv4EndPoint* srcIp = (struct Ipv4EndPoint*)&socket->channel->src; 
    3837        struct IpHeader* ipHeader; 
    3938        int totalLength; 
     
    5857} 
    5958 
    60 int IcmpSocketRecvFrom(Socket* socket, const void* buffer, unsigned int length, int flags, 
     59int IcmpSocketRecvFrom(Socket* socket, void* buffer, unsigned long length, int flags, 
    6160        struct SockAddr* dest) 
    6261{