From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14068 invoked by alias); 19 Aug 2013 01:13:41 -0000 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org Received: (qmail 14041 invoked by uid 48); 19 Aug 2013 01:13:39 -0000 From: "xiyou.wangcong at gmail dot com" To: glibc-bugs@sourceware.org Subject: [Bug network/15850] New: Glibc headers have conflicts with kernel headers on the definition of struct in6_addr Date: Mon, 19 Aug 2013 01:13:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: network X-Bugzilla-Version: 2.18 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: xiyou.wangcong at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2013-08/txt/msg00083.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=15850 Bug ID: 15850 Summary: Glibc headers have conflicts with kernel headers on the definition of struct in6_addr Product: glibc Version: 2.18 Status: NEW Severity: normal Priority: P2 Component: network Assignee: unassigned at sourceware dot org Reporter: xiyou.wangcong at gmail dot com /usr/include/netinet/in.h:35:5: error: expected identifier before numeric constant /usr/include/netinet/in.h:197:8: error: redefinition of 'struct in6_addr' In file included from /usr/include/linux/if_bridge.h:17:0, from src/tethering.c:38: /usr/include/linux/in6.h:30:8: note: originally defined here Test cases: #include #include int main (void) { return 0; } #include #include int main (void) { return 0; } -- You are receiving this mail because: You are on the CC list for the bug.