Displaying 1 result from an estimated 1 matches for "pwd_compare".
Did you mean:
oid_compare
1999 Dec 15
0
Problems with CVS / 2.1.0 prealpha on Redhat 6.1 - still no joy with CVS
...Compiling smbd/chgpasswd.c
smbd/chgpasswd.c: In function `findpty':
smbd/chgpasswd.c:72: warning: assignment makes pointer from integer
without a cast
snip ...
Compiling rpc_client/cli_use.c
rpc_client/cli_use.c: In function `cli_find':
rpc_client/cli_use.c:161: warning: passing arg 1 of `pwd_compare'
discards `const' from pointer target type
snip ...
Compiling rpc_parse/parse_creds.c
rpc_parse/parse_creds.c: In function `create_user_creds':
rpc_parse/parse_creds.c:557: warning: assignment discards `const' from
pointer target type
snip ...
Compiling lib/msrpc_use.c
lib/msrpc_use...