Changeset 1543 in MondoRescue for branches/stable/mondo/src/common
- Timestamp:
- Jul 23, 2007, 1:05:36 AM (18 years ago)
- Location:
- branches/stable/mondo/src/common
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/common/libmondo-archive.c
r1535 r1543 26 26 #include "mr_str.h" 27 27 #include "mr_file.h" 28 #include "mr_gettext.h" 28 29 29 30 #include "libmondo-string-EXT.h" … … 41 42 #define DVDRWFORMAT 1 42 43 43 extern struct mr_ar_conf mr_conf;44 extern struct mr_ar_conf *mr_conf; 44 45 45 46 -
branches/stable/mondo/src/common/libmondo-devices.c
r1529 r1543 17 17 #include "libmondo-fork-EXT.h" 18 18 #include "libmondo-stream-EXT.h" 19 19 20 #include "mr_mem.h" 20 21 #include "mr_msg.h" 21 22 #include "mr_str.h" 23 #include "mr_gettext.h" 22 24 23 25 #include <sys/ioctl.h> -
branches/stable/mondo/src/common/libmondo-fifo.c
r1344 r1543 32 32 #include "mr_mem.h" 33 33 #include "mr_msg.h" 34 #include "mr_gettext.h" 34 35 35 36 /** -
branches/stable/mondo/src/common/libmondo-filelist.c
r1478 r1543 16 16 #include "newt-specific-EXT.h" 17 17 #include "libmondo-tools-EXT.h" 18 18 19 #include "mr_str.h" 19 20 #include "mr_mem.h" 20 21 #include "mr_msg.h" 22 #include "mr_gettext.h" 21 23 22 24 #include <time.h> … … 157 159 158 160 if (!does_file_exist(orig_fname)) { 159 log_msg(2, "file %s empty", orig_fname);161 mr_msg(2, "file %s empty", orig_fname); 160 162 return (0); 161 163 } // no sense in trying to sort an empty file -
branches/stable/mondo/src/common/libmondo-files.c
r1508 r1543 22 22 #include "mr_msg.h" 23 23 #include "mr_file.h" 24 #include "mr_gettext.h" 24 25 25 26 /*@unused@*/
Note:
See TracChangeset
for help on using the changeset viewer.