Ignore:
Timestamp:
Sep 9, 2007, 2:12:49 AM (17 years ago)
Author:
Bruno Cornec
Message:

Some define cleanup in my-stuff.h

File:
1 edited

Legend:

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

    r1553 r1627  
    15901590        mr_msg(1, "Calculating filelist");
    15911591        snprintf(exclude_paths, (size_t)8*MAX_STR_LEN," %s %s %s %s %s %s . .. \
    1592 " MNT_CDROM " " MNT_FLOPPY " /media \
     1592" MNT_CDROM " /mnt/floppy /media \
    15931593/proc /sys /tmp /var/log/lastlog /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);
    15941594
Note: See TracChangeset for help on using the changeset viewer.