Bug 949464 - /usr/include/linux/if_bridge.h:172:20: error: field ‘ip6’ has incomplete type
Summary: /usr/include/linux/if_bridge.h:172:20: error: field ‘ip6’ has incomplete type
Keywords:
Status: CLOSED DUPLICATE of bug 895141
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: 18
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Kernel Maintainer List
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-04-08 08:53 UTC by Joel Rosdahl
Modified: 2013-04-08 13:12 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-04-08 13:12:20 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Joel Rosdahl 2013-04-08 08:53:09 UTC
Description of problem:
#include <linux/if_bridge.h> results in this error:

/usr/include/linux/if_bridge.h:172:20: error: field ‘ip6’ has incomplete type

Version-Release number of selected component (if applicable):
kernel-headers-3.8.5-201.fc18.x86_64

How reproducible:
100%

Steps to Reproduce:
1. echo '#include <linux/if_bridge.h>' >if_bridge.c
2. gcc -c if_bridge.c
  
Actual results:
In file included from if_bridge.c:1:0:
/usr/include/linux/if_bridge.h:172:20: error: field ‘ip6’ has incomplete type

Expected results:
No error.


Additional info:
None.

Comment 1 Josh Boyer 2013-04-08 13:12:20 UTC

*** This bug has been marked as a duplicate of bug 895141 ***


Note You need to log in before you can comment on or make changes to this bug.