Changeset 1151 in MondoRescue
- Timestamp:
- Feb 12, 2007, 8:05:30 PM (18 years ago)
- Location:
- branches/stable/mondo/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/common/libmondo-fork.c
r1140 r1151 56 56 } 57 57 strip_spaces(result); 58 mr_free(tmp); 58 59 return (result); 59 60 } -
branches/stable/mondo/src/mondoarchive/main.c
r1143 r1151 60 60 * Print a "don't panic" message to the log and a message about the logfile to the screen. 61 61 */ 62 void welcome_to_mondoarchive( )62 void welcome_to_mondoarchive(void) 63 63 { 64 64 mr_msg(0, "Mondo Archive v%s --- http://www.mondorescue.org", … … 105 105 * of the day. 106 106 */ 107 void distro_specific_kludges_at_start_of_mondoarchive( )107 void distro_specific_kludges_at_start_of_mondoarchive(void) 108 108 { 109 109 mr_msg(2, "Unmounting old ramdisks if necessary"); … … 122 122 * Undo whatever was done by distro_specific_kludges_at_start_of_mondoarchive(). 123 123 */ 124 void distro_specific_kludges_at_end_of_mondoarchive( )124 void distro_specific_kludges_at_end_of_mondoarchive(void) 125 125 { 126 126 // char tmp[500];
Note:
See TracChangeset
for help on using the changeset viewer.