Similiar to Bug 2535. cc-1164 cc: WARNING File = utils/net_rpc.c, Line = 908 Argument of type "unsigned char *" is incompatible with parameter of type "char *". encode_pw_buffer(pwbuf, new_password, STR_UNICODE); ^
Created attachment 1093 [details] change pwbuf to "char"
cc-1164 cc: WARNING File = utils/net_rpc_join.c, Line = 265 Argument of type "unsigned char *" is incompatible with parameter of type "char *". encode_pw_buffer(pwbuf, clear_trust_password, STR_UNICODE); ^
Created attachment 1094 [details] net_rpc_join.c change pwbuf to "char" utils/net_rpc_join.c
lowering priority
Reassign IRIX bugs to me.
Checked r16483 and this warning is no longer present.