Skip to content

Commit

Permalink
Do not include linux/in6.h
Browse files Browse the repository at this point in the history
In file included from ../include/linux-private/linux/if_bridge.h:18:0,
                 from route/link/bridge.c:26:
.../usr/include/linux/in6.h:30:8: error: redefinition of ‘s
truct in6_addr’
 struct in6_addr {
  • Loading branch information
jer-gentoo committed Jul 20, 2016
1 parent 656f381 commit 16a9fad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux-private/linux/if_bridge.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

#include <linux/types.h>
#include <linux/if_ether.h>
#include <linux/in6.h>

#define SYSFS_BRIDGE_ATTR "bridge"
#define SYSFS_BRIDGE_FDB "brforward"
Expand Down

0 comments on commit 16a9fad

Please sign in to comment.