beb0f32 stonith_helper: Fix gcc build warnings

Authored and Committed by aring 2 years ago
    stonith_helper: Fix gcc build warnings
    
    Took it from the debian patches. The return value of getopt() is int not
    char. This patch switches the return value which is stored in variable
    c to int.
    
    Reported-by: Valentin Vidic <vvidic@debian.org>
    
        
file modified
+1 -2