removed 2 compile warnings
This commit is contained in:
parent
24c28df19d
commit
a66dc99c48
2 changed files with 1 additions and 2 deletions
|
|
@ -313,7 +313,6 @@ clnt_vc_create(fd, raddr, prog, vers, sendsz, recvsz, cb_xdr, cb_fn, cb_args)
|
||||||
struct sockaddr_storage ss;
|
struct sockaddr_storage ss;
|
||||||
socklen_t slen;
|
socklen_t slen;
|
||||||
struct __rpc_sockinfo si;
|
struct __rpc_sockinfo si;
|
||||||
struct cb_fn_args *cfa;
|
|
||||||
|
|
||||||
if (disrupt == 0)
|
if (disrupt == 0)
|
||||||
disrupt = PtrToUlong(raddr);
|
disrupt = PtrToUlong(raddr);
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,7 @@
|
||||||
#define snprintf _snprintf
|
#define snprintf _snprintf
|
||||||
//#define vsnprintf _vsnprintf
|
//#define vsnprintf _vsnprintf
|
||||||
#define strcasecmp _stricmp
|
#define strcasecmp _stricmp
|
||||||
#define strdup _strdup
|
//#define strdup _strdup
|
||||||
#define getpid _getpid
|
#define getpid _getpid
|
||||||
|
|
||||||
#define bcmp memcmp
|
#define bcmp memcmp
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue