• M
    Fix build for SystemTap 1.0 · cbe719fe
    Matthias Bolte 提交于
    With SystemTap 1.0 a part of the generated macros in probes.h
    expands to:
    
    volatile __typeof__(((name))) arg2 = (name);
    
    GCC reports an 'invalid initialize' error when name has type
    char[]. Therfore, add casts to char* to avoid this.
    cbe719fe
remote.c 233.9 KB