Changeset 973 in MondoRescue
- Timestamp:
- Nov 23, 2006, 7:05:21 PM (18 years ago)
- Location:
- trunk/mondo/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mondo/src/include/my-stuff.h
r900 r973 298 298 * Free variables and call finish(@p x). 299 299 */ 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); } 301 301 302 302 /** -
trunk/mondo/src/mondorestore/mondo-restore.c
r970 r973 117 117 */ 118 118 char *g_mountlist_fname = NULL; 119 120 /**121 * Mondo's home directory during backup. Unused in mondo-restore; included122 * to avoid link errors.123 */124 char *g_mondo_home = NULL;125 119 126 120 /* Busybox ps has no option and PID in first pos */ … … 2880 2874 malloc_libmondo_global_strings(); 2881 2875 2882 g_mondo_home = call_program_and_get_last_line_of_output("which mondorestore");2883 2876 mr_allocstr(g_tmpfs_mountpt, "/tmp/tmpfs"); 2884 2877 make_hole_for_dir(g_tmpfs_mountpt);
Note:
See TracChangeset
for help on using the changeset viewer.