Changeset 973 in MondoRescue for trunk


Ignore:
Timestamp:
Nov 23, 2006, 7:05:21 PM (17 years ago)
Author:
Bruno Cornec
Message:

Fix some linking errors in trunk

Location:
trunk/mondo/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/src/include/my-stuff.h

    r900 r973  
    298298 * Free variables and call finish(@p x).
    299299 */
    300 #define paranoid_MR_finish(x) {free_MR_global_filenames (); if (g_bkpinfo_DONTUSETHIS) paranoid_free ( g_bkpinfo_DONTUSETHIS ); finish(x); }
     300#define paranoid_MR_finish(x) {free_MR_global_filenames (); if (g_bkpinfo_DONTUSETHIS) mr_free ( g_bkpinfo_DONTUSETHIS ); finish(x); }
    301301
    302302/**
  • trunk/mondo/src/mondorestore/mondo-restore.c

    r970 r973  
    117117 */
    118118char *g_mountlist_fname = NULL;
    119 
    120 /**
    121  * Mondo's home directory during backup. Unused in mondo-restore; included
    122  * to avoid link errors.
    123  */
    124 char *g_mondo_home = NULL;
    125119
    126120/* Busybox ps has no option and PID in first pos */
     
    28802874    malloc_libmondo_global_strings();
    28812875
    2882     g_mondo_home = call_program_and_get_last_line_of_output("which mondorestore");
    28832876    mr_allocstr(g_tmpfs_mountpt, "/tmp/tmpfs");
    28842877    make_hole_for_dir(g_tmpfs_mountpt);
Note: See TracChangeset for help on using the changeset viewer.