Ignore:
Timestamp:
May 11, 2009, 3:08:02 AM (15 years ago)
Author:
Bruno Cornec
Message:
  • -Werror=format-security option used only for gcc >= 4.2
  • fix compiler issue and one warning
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mondo/src/common/libmondo-tools.c

    r2194 r2195  
    958958        ("grep ramdisk /proc/devices", FALSE)) {
    959959        /* Some SuSE have ramdisk as modules, so insert it first, then test again */
    960         run_program_and_log_output("modprobe brd 2> /dev/null > /dev/null");
     960        run_program_and_log_output("modprobe brd 2> /dev/null > /dev/null",FALSE);
    961961        if (run_program_and_log_output
    962962            ("grep ramdisk /proc/devices", FALSE)) {
Note: See TracChangeset for help on using the changeset viewer.