Changeset a000878c in mainline for uspace/srv/taskmon/taskmon.c
- Timestamp:
- 2010-02-25T19:11:25Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 958de16
- Parents:
- a634485
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/taskmon/taskmon.c
ra634485 ra000878c 49 49 static void fault_event(ipc_callid_t callid, ipc_call_t *call) 50 50 { 51 c har *argv[6];52 c har *fname;51 const char *argv[6]; 52 const char *fname; 53 53 char *dump_fname; 54 54 char *s_taskid; 55 c har **s;55 const char **s; 56 56 57 57 task_id_t taskid; … … 89 89 90 90 printf(NAME ": Executing"); 91 s = argv; 91 92 s = argv; 92 93 while (*s != NULL) { 93 94 printf(" %s", *s);
Note:
See TracChangeset
for help on using the changeset viewer.