/[packages]/cauldron/dhcpxd/current/SOURCES/dhcpxd-1.0.3-64bit-fixes.patch
ViewVC logotype

Contents of /cauldron/dhcpxd/current/SOURCES/dhcpxd-1.0.3-64bit-fixes.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 75909 - (show annotations) (download)
Wed Mar 23 18:45:44 2011 UTC (13 years, 1 month ago) by steletch
File size: 484 byte(s)
imported package dhcpxd
1 --- dhcpxd-1.0.3/dhcp.cpp.64bit-fixes 2000-01-21 21:20:37.000000000 -0500
2 +++ dhcpxd-1.0.3/dhcp.cpp 2005-08-23 07:55:05.000000000 -0400
3 @@ -266,7 +266,7 @@ int DHCP::DHCPRawSocket::Recv(void *
4 int DHCP::DHCPRawSocket::CheckDup(const unsigned char *ip,const unsigned char *sip)
5 {
6 ARP a;
7 - return (int) a.GetHW(s,Interface,ip,sip,HWAddress,1);
8 + return a.GetHW(s,Interface,ip,sip,HWAddress,1) != NULL;
9 }
10
11 void DHCP::DHCPRawSocket::Unarp()

  ViewVC Help
Powered by ViewVC 1.1.30