summaryrefslogtreecommitdiffstats
path: root/src/net/tcp.c
diff options
context:
space:
mode:
authorMichael Brown2007-06-28 19:06:25 +0200
committerMichael Brown2007-06-28 19:06:25 +0200
commit5de837cc67ccbd30c5d3b13579c697cf1061d252 (patch)
tree778b473e7f6f703d53feb327c9b867bf295407d6 /src/net/tcp.c
parentRemoved debugging statements that should not have been checked in. (diff)
downloadipxe-5de837cc67ccbd30c5d3b13579c697cf1061d252.tar.gz
ipxe-5de837cc67ccbd30c5d3b13579c697cf1061d252.tar.xz
ipxe-5de837cc67ccbd30c5d3b13579c697cf1061d252.zip
Mildly ugly hack to force correct linkage.
Diffstat (limited to 'src/net/tcp.c')
-rw-r--r--src/net/tcp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/tcp.c b/src/net/tcp.c
index 00c7b742..ebfaaa4a 100644
--- a/src/net/tcp.c
+++ b/src/net/tcp.c
@@ -973,6 +973,8 @@ struct socket_opener tcp_socket_opener __socket_opener = {
.open = tcp_open,
};
+char TCP_SOCK_STREAM[1];
+
/**
* Open TCP URI
*