summaryrefslogtreecommitdiffstats
path: root/src/net/ipv6.c
diff options
context:
space:
mode:
authorPiotr Jaroszyński2010-08-19 23:39:17 +0200
committerMichael Brown2010-08-20 11:13:04 +0200
commitb9eaf24df211591793bfe151169a23ab1567bdf9 (patch)
tree0d08906e0754715c4eaeb1322459baecb050eeeb /src/net/ipv6.c
parent[compiler] Prevent empty weak function stubs from being removed (diff)
downloadipxe-b9eaf24df211591793bfe151169a23ab1567bdf9.tar.gz
ipxe-b9eaf24df211591793bfe151169a23ab1567bdf9.tar.xz
ipxe-b9eaf24df211591793bfe151169a23ab1567bdf9.zip
[build] Fix misaligned table entries when using gcc 4.5
Declarations without the accompanying __table_entry cause misalignment of the table entries when using gcc 4.5. Fix by adding the appropriate __table_entry macro or (where possible) by removing unnecessary forward declarations. Signed-off-by: Piotr Jaroszyński <p.jaroszynski@gmail.com> Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/net/ipv6.c')
-rw-r--r--src/net/ipv6.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net/ipv6.c b/src/net/ipv6.c
index 781d7628..ffaa558b 100644
--- a/src/net/ipv6.c
+++ b/src/net/ipv6.c
@@ -15,8 +15,6 @@
#include <ipxe/netdevice.h>
#include <ipxe/if_ether.h>
-struct net_protocol ipv6_protocol;
-
/* Unspecified IP6 address */
static struct in6_addr ip6_none = {
.in6_u.u6_addr32 = { 0,0,0,0 }