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


Ignore:
File:
1 edited

Legend:

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

    r9d58539 r1d6dd2a  
    3737#include <stdio.h>
    3838#include <task.h>
     39#include <str.h>
    3940#include <str_error.h>
    4041
     
    5051        char *eptr;
    5152        task_id_t taskid;
    52         int rc;
     53        errno_t rc;
    5354
    5455        if (argc != 2) {
Note: See TracChangeset for help on using the changeset viewer.