Compiling utils/profiles.c cc-1164 cc: WARNING File = utils/profiles.c, Line = 425 Argument of type "const unsigned char *" is incompatible with parameter of type "const char *". if (strncmp(sid_str, "S-1-5", 5)) { ^
This might be another case where it is better to use memcmp().
Please see Bug 2997; if the argument to function get_sid() is changed to "char *" then this can very well stay a strncmp().
Updating depend
fixed...