Changeset 1549 in MondoRescue
- Timestamp:
- Jul 24, 2007, 1:49:52 AM (18 years ago)
- Location:
- branches/stable/mondo/src
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/common/libmondo-stream.c
r1548 r1549 1374 1374 mr_msg(2, "%s failed", fname); 1375 1375 } 1376 if ( i !=last) {1376 if (elt != tapecatalog->last) { 1377 1377 write_header_block_to_stream((off_t)0, 1378 1378 "stop-backcatalog-afio-or-slice", -
branches/stable/mondo/src/common/libmondo-string.c
r1365 r1549 11 11 #include "mr_mem.h" 12 12 #include "mr_str.h" 13 #include "mr_gettext.h" 13 14 14 15 #include "mondostructures.h" -
branches/stable/mondo/src/common/libmondo-tools.c
r1438 r1549 12 12 #include "mr_msg.h" 13 13 #include "mr_file.h" 14 #include "mr_gettext.h" 14 15 15 16 #include "mondostructures.h" -
branches/stable/mondo/src/common/libmondo-verify.c
r1344 r1549 10 10 #include "mr_mem.h" 11 11 #include "mr_msg.h" 12 #include "mr_gettext.h" 12 13 13 14 #include "mondostructures.h" -
branches/stable/mondo/src/common/newt-specific.c
r1464 r1549 22 22 #include "mr_str.h" 23 23 #include "mr_err.h" 24 #include "mr_gettext.h" 24 25 25 26 #include "mondostructures.h" -
branches/stable/mondo/src/mondoarchive/mondo-cli.c
r1548 r1549 15 15 #include "libmondo.h" 16 16 #include <pthread.h> 17 17 18 #include "mr_mem.h" 18 19 #include "mr_msg.h" 20 #include "mr_gettext.h" 19 21 20 22 //static char cvsid[] = "$Id$"; -
branches/stable/mondo/src/mondoarchive/mondoarchive.c
r1543 r1549 16 16 #include <sys/stat.h> 17 17 #include <unistd.h> 18 #include <locale.h> 18 19 19 20 #include "mr_gettext.h" … … 50 51 extern int g_loglevel; 51 52 52 extern char *get_uname_m( );53 extern char *get_uname_m(void); 53 54 54 55 static char *g_cdrom_drive_is_here = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.