convert test programs from socket_tcp[46] to socket_tcp[46]b

This commit is contained in:
leitner
2006-07-15 23:17:46 +00:00
parent 83c1186870
commit f7e6432a2b
5 changed files with 7 additions and 7 deletions

View File

@@ -182,7 +182,7 @@ e404:
}
int main() {
int s=socket_tcp6();
int s=socket_tcp6b();
uint32 scope_id;
char ip[16];
uint16 port;