cc-1164 cc: WARNING File = lib/username.c, Line = 376 Argument of type "const char *" is incompatible with parameter of type "char *" . if (innetgr(ngname, NULL, user, mydomain)) { ^ cc-1164 cc: WARNING File = lib/username.c, Line = 376 Argument of type "const char *" is incompatible with parameter of type "char *" . if (innetgr(ngname, NULL, user, mydomain)) { ^ cc-1164 cc: WARNING File = lib/username.c, Line = 392 Argument of type "const char *" is incompatible with parameter of type "char *" . if (innetgr(ngname, NULL, lowercase_user, mydomain)) { ^ cc-1164 cc: WARNING File = lib/access.c, Line = 94 Argument of type "const char *" is incompatible with parameter of type "char *" . netgroup_ok = innetgr(tok + 1, hostname, (char *) 0, mydomain); ^
cc-1164 cc: WARNING File = auth/auth_rhosts.c, Line = 91 Argument of type "const char *" is incompatible with parameter of type "char *" . if (mydomain && innetgr(file_host,remote,user,mydomain)) ^ cc-1164 cc: WARNING File = auth/auth_rhosts.c, Line = 91 Argument of type "const char *" is incompatible with parameter of type "char *" . if (mydomain && innetgr(file_host,remote,user,mydomain)) ^
These are the occurances still in 3.0.25, --- smbd/password.o --- cc-1164 c99: WARNING File = smbd/password.c, Line = 452 Argument of type "const char *" is incompatible with parameter of type "char *" . if (innetgr(ngname, NULL, user, mydomain)) { ^ cc-1164 c99: WARNING File = smbd/password.c, Line = 452 Argument of type "const char *" is incompatible with parameter of type "char *" . if (innetgr(ngname, NULL, user, mydomain)) { ^ cc-1164 c99: WARNING File = smbd/password.c, Line = 468 Argument of type "const char *" is incompatible with parameter of type "char *" . if (innetgr(ngname, NULL, lowercase_user, mydomain)) { ^ --- lib/access.o --- cc-1164 c99: WARNING File = lib/access.c, Line = 93 Argument of type "const char *" is incompatible with parameter of type "char *" . netgroup_ok = innetgr(tok + 1, hostname, (char *) 0, mydomain); ^