[BusyBox 0000735]: libbb.h uses struct sockaddr_in without including header to define it

bugs at busybox.net bugs at busybox.net
Tue Apr 11 18:15:49 UTC 2006


The following issue has been CLOSED 
====================================================================== 
http://busybox.net/bugs/view.php?id=735 
====================================================================== 
Reported By:                rfelker
Assigned To:                BusyBox
====================================================================== 
Project:                    BusyBox
Issue ID:                   735
Category:                   Networking Support
Reproducibility:            always
Severity:                   trivial
Priority:                   normal
Status:                     closed
Resolution:                 open
Fixed in Version:           
====================================================================== 
Date Submitted:             02-19-2006 11:58 PST
Last Modified:              04-11-2006 11:15 PDT
====================================================================== 
Summary:                    libbb.h uses struct sockaddr_in without including
header to define it
Description: 
busybox-1.1.0/include/libbb.h:294: warning: `struct sockaddr_in' declared
inside parameter list
busybox-1.1.0/include/libbb.h:294: warning: its scope is only this
definition or declaration, which is probably not what you want.

struct sockaddr_in is declared in netinet/in.h. Presumably BusyBox is
relying on namespace pollution of glibc, which may be fixed in future
versions.

====================================================================== 

---------------------------------------------------------------------- 
 bernhardf - 04-11-06 11:15  
---------------------------------------------------------------------- 
Fixed in r14822. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
02-19-06 11:58  rfelker        New Issue                                    
02-19-06 11:58  rfelker        Status                   new => assigned     
02-19-06 11:58  rfelker        Assigned To               => BusyBox         
02-19-06 15:06  vapier         Summary                  libbb.h uses struct
sockaddr_in without defining it => libbb.h uses struct sockaddr_in without
including header to define it
04-11-06 11:15  bernhardf      Status                   assigned => closed  
04-11-06 11:15  bernhardf      Note Added: 0001262                          
======================================================================




More information about the busybox-cvs mailing list