Ignore:
Timestamp:
Jun 25, 2013, 10:53:14 PM (11 years ago)
Author:
Bruno Cornec
Message:
  • Apply fixes to 3.1 tree so that at least mondo compiles again (but that branch probably doesn't work at all again).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.1/mondo/src/mondorestore/mondo-rstr-newt.c

    r3147 r3161  
    531531    assert(raidrec != NULL);
    532532
    533     system("grep Pers /proc/mdstat > /tmp/raid-personalities.txt 2> /dev/null");
     533    if (system("grep Pers /proc/mdstat > /tmp/raid-personalities.txt 2> /dev/null")) {
     534        // FIXME
     535    }
    534536    personalities = last_line_of_file("/tmp/raid-personalities.txt");
    535537    mr_asprintf(prompt, "Please enter the RAID level you want. %s", personalities);
     
    22722274    char *q = NULL;
    22732275    char *r = NULL;
    2274     char *s = NULL;
    22752276    char *idev = NULL;
    22762277    bool ret = FALSE;       /* Should be false by default, and modfiy if conditions respected */
Note: See TracChangeset for help on using the changeset viewer.