[BusyBox 0000976]: udhcpc doesn't work if built for 64bit an big endian

bugs at busybox.net bugs at busybox.net
Tue Aug 1 16:48:20 UTC 2006


A NOTE has been added to this issue. 
====================================================================== 
http://busybox.net/bugs/view.php?id=976 
====================================================================== 
Reported By:                creese
Assigned To:                BusyBox
====================================================================== 
Project:                    BusyBox
Issue ID:                   976
Category:                   Networking Support
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             07-31-2006 18:27 PDT
Last Modified:              08-01-2006 09:48 PDT
====================================================================== 
Summary:                    udhcpc doesn't work if built for 64bit an big endian
Description: 
The size of a IP addresses are defined as unsigned long instead of
uint32_t. I've attached a patch.
====================================================================== 

---------------------------------------------------------------------- 
 creese - 08-01-06 09:48  
---------------------------------------------------------------------- 
My last patch missed the lease time. It also needs to be a uint32_t instead
of unsigned long on 64bit archs. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
07-31-06 18:27  creese         New Issue                                    
07-31-06 18:27  creese         Status                   new => assigned     
07-31-06 18:27  creese         Assigned To               => BusyBox         
07-31-06 18:27  creese         File Added: busybox-udhcpcd-64bit.patch          
         
08-01-06 09:48  creese         Note Added: 0001554                          
======================================================================




More information about the busybox-cvs mailing list