Changes in uspace/app/kill/kill.c [9d58539:b7fd2a0] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/kill/kill.c

    r9d58539 rb7fd2a0  
    5050        char *eptr;
    5151        task_id_t taskid;
    52         int rc;
     52        errno_t rc;
    5353
    5454        if (argc != 2) {
Note: See TracChangeset for help on using the changeset viewer.