Changeset 3871 in MondoRescue for branches/3.3/mondo/src/mondorestore
- Timestamp:
- Mar 7, 2024, 6:06:33 PM (2 years ago)
- Location:
- branches/3.3/mondo/src/mondorestore
- Files:
-
- 3 edited
-
mondo-rstr-mountlist.c (modified) (1 diff)
-
mondo-rstr-tools.c (modified) (1 diff)
-
mondorestore.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/mondo/src/mondorestore/mondo-rstr-mountlist.c
r3859 r3871 13 13 #include "mondostructures.h" 14 14 #include "libmondo-mountlist.h" 15 #include "lib-common-externs.h" 15 16 16 #include "libmondo-raid-EXT.h" 17 17 #include "libmondo-devices-EXT.h" -
branches/3.3/mondo/src/mondorestore/mondo-rstr-tools.c
r3866 r3871 15 15 #include "mondo-rstr-tools.h" 16 16 #include "libmondo-mountlist-EXT.h" 17 #include "libmondo-newt-specific-EXT.h" 17 18 18 19 /** -
branches/3.3/mondo/src/mondorestore/mondorestore.c
r3866 r3871 9 9 **************************************************************************/ 10 10 #include <pthread.h> 11 #include <utime.h> 11 12 #include "my-stuff.h" 12 13 #include "mr_mem.h" … … 20 21 #include "mondo-rstr-tools-EXT.h" 21 22 #include "libmondo-mountlist-EXT.h" 22 #include <utime.h>23 #include "libmondo-newt-specific-EXT.h" 23 24 24 25 extern void wait_until_software_raids_are_prepped(char *, int);
Note:
See TracChangeset
for help on using the changeset viewer.
