Changes in uspace/app/kill/kill.c [9d58539:1d6dd2a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/kill/kill.c
r9d58539 r1d6dd2a 37 37 #include <stdio.h> 38 38 #include <task.h> 39 #include <str.h> 39 40 #include <str_error.h> 40 41 … … 50 51 char *eptr; 51 52 task_id_t taskid; 52 int rc;53 errno_t rc; 53 54 54 55 if (argc != 2) {
Note:
See TracChangeset
for help on using the changeset viewer.