Changeset 1381 in MondoRescue for branches/2.2.4/mondo/src


Ignore:
Timestamp:
Apr 30, 2007, 5:24:34 PM (17 years ago)
Author:
Bruno Cornec
Message:

mr_* are not available in that branch

Location:
branches/2.2.4/mondo/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.4/mondo/src/common/libmondo-tools.c

    r1375 r1381  
    380380
    381381    uname(&utsn);
    382     mr_asprintf(&tmp, utsn.machine);
     382    asprintf(&tmp, utsn.machine);
    383383    return (tmp);
    384384}
  • branches/2.2.4/mondo/src/mondoarchive/main.c

    r1375 r1381  
    117117#include "../common/libmondo.h"
    118118#include "mondo-cli-EXT.h"
     119#include "mondo-tools.h"
    119120#include "mondoarchive.h"
    120121
     
    160161    tmp = get_uname_m();
    161162    log_msg(0, "running on %s architecture", tmp);
    162     mr_free(tmp);
     163    free(tmp);
    163164    log_msg(0,
    164165            "-----------------------------------------------------------");
Note: See TracChangeset for help on using the changeset viewer.