27c6730 Use unsigned long for conversion to id_t

4 files Authored by jhrozek 13 years ago, Committed by sgallagh 13 years ago,
    Use unsigned long for conversion to id_t
    
    We used strtol() on a number of places to convert into uid_t or gid_t
    from a string representation such as LDAP attribute, but on some
    platforms, unsigned long might be necessary to store big id_t values.
    
    This patch converts to using strtoul() instead.
    
        
file modified
+2 -2
file modified
+4 -4