Changeset 603 in MondoRescue for branches/stable


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

Fix for RedHat 7.3 compiler. declarations should happen earlier.

Location:
branches/stable
Files:
4 edited

Legend:

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

    r543 r603  
    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/stable/tools/DISTROS

    r550 r603  
    88rhel_3
    99rhel_4
    10 suse_10
     10suse_10.0
    1111sles_9
    1212gentoo_2006
  • branches/stable/tools/build2qemu

    r599 r603  
    9191        if [ "$proces" != "" ]; then
    9292            kill $proces
     93            sleep 10
    9394        fi
    9495    fi
  • branches/stable/tools/mkqemu

    r572 r603  
    1515ipvm=10.0.2.15
    1616
     17if [ _"$sp" = _"" ]; then
     18    sp=2223
     19fi
     20
    1721qemu -m 256 $QEMUOPT -redir tcp:${sp}:${ipvm}:22 /users/qemu/$m.qemu
Note: See TracChangeset for help on using the changeset viewer.