cc-1164 cc: WARNING File = utils/profiles.c, Line = 557 Argument of type "const char *" is incompatible with parameter of type "char *" . if (!get_sid(&old_sid, poptGetOptArg(pc))) { ^ cc-1164 cc: WARNING File = utils/profiles.c, Line = 566 Argument of type "const char *" is incompatible with parameter of type "char *" . if (!get_sid(&new_sid, poptGetOptArg(pc))) { ^
Additional changes beyond Bug 2997.
Created attachment 1379 [details] change sid_str and lstr to "const char *"
Patch not needed after profiles.c rewrite.