Ignore:
Timestamp:
Feb 15, 2007, 10:51:21 AM (17 years ago)
Author:
Bruno Cornec
Message:

asprintf => mr_asprintf + getline => mr_getline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/common/newt-specific.c

    r1168 r1171  
    260260char *tmp = NULL;
    261261
    262 asprintf(&tmp,"kill `ps %s | grep \" %s \" | awk '{print %s;}' | grep -vx \"\\?\"`", ps_options, str , ps_proc_id);
     262mr_asprintf(&tmp,"kill `ps %s | grep \" %s \" | awk '{print %s;}' | grep -vx \"\\?\"`", ps_options, str , ps_proc_id);
    263263run_program_and_log_output(tmp, TRUE);
    264264mr_free(tmp);
Note: See TracChangeset for help on using the changeset viewer.