|
Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
|
0000735 |
[BusyBox] Networking Support |
trivial |
always |
02-19-06 11:58 |
04-11-06 11:15 |
|
|
Reporter |
rfelker |
View Status |
public |
|
|
Assigned To |
BusyBox |
|
Priority |
normal |
Resolution |
fixed |
|
|
Status |
closed |
|
Product Version |
1.01 |
|
|
Summary |
0000735: 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.
|
|
Additional Information |
So far, this is just a (repeated for every file) warning, not an error, so it's not a big deal. Not sure if it could lead to errors in the future; probably not. Thus severity=trivial.
|
|
|
Attached Files |
|
|
|