[uClibc 0005544]: Netlink headers included unconditionally

bugs at busybox.net bugs at busybox.net
Sun Oct 19 17:04:25 UTC 2008


The following issue has been CLOSED 
====================================================================== 
http://busybox.net/bugs/view.php?id=5544 
====================================================================== 
Reported By:                michael_d
Assigned To:                uClibc
====================================================================== 
Project:                    uClibc
Issue ID:                   5544
Category:                   Other
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     closed
Resolution:                 open
Fixed in Version:           
====================================================================== 
Date Submitted:             10-18-2008 19:02 PDT
Last Modified:              10-19-2008 10:04 PDT
====================================================================== 
Summary:                    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.
====================================================================== 

---------------------------------------------------------------------- 
 bernhardf - 10-19-08 10:04  
---------------------------------------------------------------------- 
Applied as r23721. Thanks 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
10-18-08 19:02  michael_d      New Issue                                    
10-18-08 19:02  michael_d      Status                   new => assigned     
10-18-08 19:02  michael_d      Assigned To               => uClibc          
10-18-08 19:02  michael_d      File Added: uClibc-0.9.29-nonetlink.diff         
          
10-19-08 10:04  bernhardf      Status                   assigned => closed  
10-19-08 10:04  bernhardf      Note Added: 0013844                          
======================================================================




More information about the uClibc-cvs mailing list