c566fa1 Add stub getegid impl for platforms lacking it

Authored and Committed by berrange 10 years ago
    Add stub getegid impl for platforms lacking it
    
    We already have stubs for getuid, geteuid, getgid but
    not for getegid. Something in gnulib already does a
    check for it during configure, so we already have the
    HAVE_GETEGID macro defined.
    
    Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
    
        
file modified
+4 -0