Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/inetsrv/inetping.c

    r25a179e r8d2dd7f2  
    130130        }
    131131
    132         int retval;
     132        sysarg_t retval;
    133133        async_wait_for(req, &retval);
    134134
    135         return retval;
     135        return (int) retval;
    136136}
    137137
Note: See TracChangeset for help on using the changeset viewer.