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/common/libmondo-filelist.c

    r3148 r3161  
    399399    char *tmp = NULL;
    400400
    401     char *p;
    402 
    403     char *p;
    404 
    405401    pattr = popen(syscall, "r");
    406402    if (!pattr) {
     
    434430    char *strtmp = NULL;
    435431    char *tmp = NULL;
    436     char *p = NULL;
    437432    int i;
    438433
     
    521516    int retval = 0;
    522517    int i;
    523     char *p, *q, *r;
     518    char *p, *q;
    524519    char *tmp = NULL;
    525520    FILE *pin, *pout, *faclin;
     
    14041399
    14051400            mr_asprintf(find_skeleton_marker, "mv -f %s.new %s", g_skeleton_filelist, g_skeleton_filelist);
    1406             (void)system(find_skeleton_marker);
     1401            if (system(find_skeleton_marker)) {
     1402                //FIXME
     1403            }
    14071404            time(&this_time);
    14081405            if (this_time != last_time) {
Note: See TracChangeset for help on using the changeset viewer.