Changeset 1749 in MondoRescue


Ignore:
Timestamp:
Oct 30, 2007, 1:33:54 PM (16 years ago)
Author:
Bruno Cornec
Message:

Fix compiler warnings

Location:
branches/2.2.5/mondo/src/common
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mondo/src/common/libmondo-filelist.c

    r1747 r1749  
    17511751        log_msg(2, "include_paths = '%s'", include_paths);
    17521752        log_msg(1, "Calculating filelist");
    1753         snprintf(exclude_paths, (size_t)8*MAX_STR_LEN," %s %s %s %s %s %s . .. \
     1753        snprintf(exclude_paths, (size_t)8*MAX_STR_LEN," %s %s %s %s %s %s %s . .. \
    17541754" MNT_CDROM " " MNT_FLOPPY " /media \
    17551755/proc /sys /root/images/mondo " MINDI_CACHE, MONDO_CACHE, excp, call_program_and_get_last_line_of_output("locate /win386.swp 2> /dev/null"), call_program_and_get_last_line_of_output("locate /hiberfil.sys 2> /dev/null"), call_program_and_get_last_line_of_output("locate /pagefile.sys 2> /dev/null"), (tmpdir[0] == '/' && tmpdir[1] == '/') ? (tmpdir + 1) : tmpdir, (scratchdir[0] == '/' && scratchdir[1] == '/') ? (scratchdir + 1) : scratchdir);
  • branches/2.2.5/mondo/src/common/libmondo-tools.c

    r1747 r1749  
    11061106    /*@ int's *************** */
    11071107    int retval = 0;
    1108     long Lres;
    1109 
    11101108
    11111109    mvaddstr_and_log_it(g_currentY, 0,
  • branches/2.2.5/mondo/src/common/libmondo-verify-EXT.h

    r1647 r1749  
    33
    44extern int verify_cd_image();
     5extern int verify_usb_image();
    56extern int verify_a_tarball(char *);
    67extern int verify_an_afioball_from_CD(char *);
Note: See TracChangeset for help on using the changeset viewer.