Changeset 973 in MondoRescue for trunk/mondo/src/mondorestore


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

Fix some linking errors in trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.