|
Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
|
0005544 |
[uClibc] Other |
minor |
always |
10-18-08 19:02 |
10-19-08 10:04 |
|
|
Reporter |
michael_d |
View Status |
public |
|
|
Assigned To |
uClibc |
|
Priority |
normal |
Resolution |
fixed |
|
|
Status |
closed |
|
Product Version |
0.9.29 |
|
|
Summary |
0005544: Netlink headers included unconditionally |
|
Description |
uClibc always includes the kernel headers <linux/netlink.h> and <linux/rtnetlink.h>, even when the UCLIBC_USE_NETLINK configuration option is unset. This causes a spurious compile failure on kernels without those headers.
I've attached a patch which fixes the code to only include those headers when USE_NETLINK is set. |
|
Additional Information |
|
|
|
Attached Files |
uClibc-0.9.29-nonetlink.diff [^] (1,206 bytes) 10-18-08 19:02 |
|
|