Changeset 2523 in MondoRescue


Ignore:
Timestamp:
Jan 7, 2010, 1:10:16 AM (14 years ago)
Author:
Bruno Cornec
Message:

r3728@localhost: bruno | 2010-01-05 23:43:31 +0100

  • Fix compilation issues following latest merges
Location:
branches/2.2.10/mondo/src/common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.10/mondo/src/common/libmondo-filelist.c

    r2511 r2523  
    16291629}
    16301630
    1631 /**
    1632  * Wrapper around mondo_makefilelist().
    1633  * @param bkpinfo The backup information structure. Fields used:
    1634  * - @c bkpinfo->differential
    1635  * - @c bkpinfo->exclude_paths
    1636  * - @c bkpinfo->include_paths
    1637  * - @c bkpinfo->make_filelist
    1638  * - @c bkpinfo->scratchdir
    1639  * - @c bkpinfo->tmpdir
    1640  * @return 0 for success, nonzero for failure.
    1641  * @see mondo_makefilelist
    1642  */
    1643 int prepare_filelist()
    1644 {
    1645 
    1646     /*@ int **************************************************** */
    1647     int res = 0;
    16481631
    16491632/**
  • branches/2.2.10/mondo/src/common/libmondo-raid.c

    r2517 r2523  
    725725        if (!disklist) {
    726726            log_it("Ignoring '%s %s' pair of disk %s", labelB, valueB, label);
    727             mr_free(tmp);
    728727        } else {
    729728            index = atoi(valueB);
Note: See TracChangeset for help on using the changeset viewer.