Changeset 602 in MondoRescue


Ignore:
Timestamp:
May 31, 2006, 11:35:53 AM (18 years ago)
Author:
bcornec
Message:

Fix for RedHat 7.3 compiler. declarations should happen earlier.

Location:
branches/2.0.8
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0.8/mondo/mondo/mondoarchive/mondo-cli.c

    r521 r602  
    358358    char *tmp1;
    359359    char *psz;
     360    char *p;
     361    char *q;
    360362
    361363    long itbs;
     
    444446        }
    445447        asprintf(&tmp1, flag_val['I']);
    446         char *p = tmp1;
    447         char *q = tmp1;
     448        p = tmp1;
     449        q = tmp1;
    448450
    449451        /* Cut the flag_val['I'] in parts containing all paths to test them */
  • branches/2.0.8/tools/build2qemu

    r601 r602  
    7272            exit -1
    7373    fi
    74     export sp=2222
     74    export sp=2223
    7575    ps auxww | grep qemu | grep -v grep | grep -q /users/qemu/$m.qemu
    7676    if [ $? -ne 0 ]; then
Note: See TracChangeset for help on using the changeset viewer.