Changeset 3564 in MondoRescue for branches/3.2/mondo/src/mondorestore
- Timestamp:
- Apr 12, 2016, 3:37:06 PM (10 years ago)
- Location:
- branches/3.2/mondo/src/mondorestore
- Files:
-
- 4 edited
- 3 moved
-
Makefile.am (modified) (2 diffs)
-
libmondo-mountlist-EXT.h (moved) (moved from branches/3.2/mondo/src/common/libmondo-mountlist-EXT.h )
-
libmondo-mountlist.h (moved) (moved from branches/3.2/mondo/src/common/libmondo-mountlist.h )
-
mondo-prep.c (modified) (1 diff)
-
mondo-rstr-mountlist.c (moved) (moved from branches/3.2/mondo/src/common/libmondo-mountlist.c )
-
mondo-rstr-tools.c (modified) (1 diff)
-
mondorestore.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mondo/src/mondorestore/Makefile.am
r3411 r3564 9 9 noinst_HEADERS = mondorestore.h mondo-rstr-compare.h mondo-rstr-newt.h mondo-rstr-tools.h \ 10 10 mondorestore-EXT.h mr-externs.h \ 11 mondo-rstr-compare-EXT.h mondo-rstr-tools-EXT.h mondoprep.h 11 mondo-rstr-compare-EXT.h mondo-rstr-tools-EXT.h mondoprep.h \ 12 libmondo-mountlist.h libmondo-mountlist-EXT.h \ 12 13 mondorestore.h 13 14 … … 15 16 sbin_PROGRAMS = mondorestore 16 17 mondorestore_SOURCES = mondo-prep.c mondorestore.c mondo-rstr-newt.c \ 17 mondo-rstr-compare.c mondo-rstr-tools.c ../common/newt-specific.c 18 mondo-rstr-compare.c mondo-rstr-tools.c ../common/newt-specific.c mondo-rstr-mountlist.c 18 19 mondorestore_LDADD = ${top_builddir}/src/common/libmondo.a ${top_builddir}/src/lib/libmr.a @MONDORESTORE_STATIC@ -
branches/3.2/mondo/src/mondorestore/mondo-prep.c
r3542 r3564 12 12 #include "../common/libmondo-tools-EXT.h" 13 13 #include "mondo-rstr-tools-EXT.h" 14 #include "libmondo-mountlist-EXT.h" 14 15 #include <sys/ioctl.h> 15 16 #include <linux/hdreg.h> -
branches/3.2/mondo/src/mondorestore/mondo-rstr-tools.c
r3544 r3564 12 12 #include "mr-externs.h" 13 13 #include "mondo-rstr-tools.h" 14 #include "libmondo-mountlist-EXT.h" 14 15 15 16 /** -
branches/3.2/mondo/src/mondorestore/mondorestore.c
r3544 r3564 18 18 #include "mondo-rstr-compare-EXT.h" 19 19 #include "mondo-rstr-tools-EXT.h" 20 #include "libmondo-mountlist-EXT.h" 20 21 #include <utime.h> 21 22
Note:
See TracChangeset
for help on using the changeset viewer.
