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


Ignore:
File:
1 edited

Legend:

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

    r1d6dd2a r9d58539  
    3737#include <stdio.h>
    3838#include <task.h>
    39 #include <str.h>
    4039#include <str_error.h>
    4140
     
    5150        char *eptr;
    5251        task_id_t taskid;
    53         errno_t rc;
     52        int rc;
    5453
    5554        if (argc != 2) {
Note: See TracChangeset for help on using the changeset viewer.