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