Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/ipc/ping_pong.c

    r7f9d97f3 rb7fd2a0  
    5555                size_t i;
    5656                for (i = 0; i < COUNT_GRANULARITY; i++) {
    57                         int retval = ns_ping();
     57                        errno_t retval = ns_ping();
    5858                       
    5959                        if (retval != EOK) {
Note: See TracChangeset for help on using the changeset viewer.