summaryrefslogtreecommitdiffstats
path: root/src/net/udp.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/udp.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/udp.c')
-rw-r--r--src/net/udp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/udp.c b/src/net/udp.c
index c99a3eb6..c6216d8f 100644
--- a/src/net/udp.c
+++ b/src/net/udp.c
@@ -436,6 +436,8 @@ struct socket_opener udp_socket_opener __socket_opener = {
.open = udp_open,
};
+char UDP_SOCK_DGRAM[1];
+
/**
* Open UDP URI
*