Index: uspace/srv/net/tcp/test.c
===================================================================
--- uspace/srv/net/tcp/test.c	(revision 2f191031fcab086a16c63f216f15b26eabcb7c1e)
+++ uspace/srv/net/tcp/test.c	(revision e211ea04fccf33d4cb2092f630a29e893e096a02)
@@ -47,5 +47,5 @@
 #define RCV_BUF_SIZE 64
 
-static int test_srv(void *arg)
+static errno_t test_srv(void *arg)
 {
 	tcp_conn_t *conn;
@@ -91,5 +91,5 @@
 }
 
-static int test_cli(void *arg)
+static errno_t test_cli(void *arg)
 {
 	tcp_conn_t *conn;
