Ignore:
File:
1 edited

Legend:

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

    ra000878c rdf747bd8  
    6969}
    7070
    71 static task_id_t spawn(const char *fname)
     71static task_id_t spawn(char *fname)
    7272{
    73         const char *args[2];
     73        char *args[2];
    7474       
    7575        args[0] = fname;
Note: See TracChangeset for help on using the changeset viewer.