Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/tcp/test.c

    rb7fd2a0 r2f19103  
    4747#define RCV_BUF_SIZE 64
    4848
    49 static errno_t test_srv(void *arg)
     49static int test_srv(void *arg)
    5050{
    5151        tcp_conn_t *conn;
     
    9191}
    9292
    93 static errno_t test_cli(void *arg)
     93static int test_cli(void *arg)
    9494{
    9595        tcp_conn_t *conn;
Note: See TracChangeset for help on using the changeset viewer.