Mildly ugly hack to force correct linkage.

This commit is contained in:
Michael Brown
2007-06-28 18:06:25 +01:00
parent e4c9c91d6e
commit 5de837cc67
3 changed files with 20 additions and 6 deletions

View File

@@ -973,6 +973,8 @@ struct socket_opener tcp_socket_opener __socket_opener = {
.open = tcp_open,
};
char TCP_SOCK_STREAM[1];
/**
* Open TCP URI
*