mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
[LIBTIRPC]
- Try to fix VC2010 build as well CORE-8204 svn path=/trunk/; revision=75099
This commit is contained in:
@@ -339,6 +339,9 @@ clnt_dg_call(cl, proc, xargs, argsp, xresults, resultsp, utimeout)
|
||||
ssize_t recvlen = 0;
|
||||
int rpc_lock_value;
|
||||
u_int32_t xid, inval, outval;
|
||||
#ifdef __REACTOS__
|
||||
fd_set infd;
|
||||
#endif
|
||||
|
||||
outlen = 0;
|
||||
#ifndef _WIN32
|
||||
@@ -445,9 +448,6 @@ get_reply:
|
||||
#error Not supported!
|
||||
#endif
|
||||
/* ReactOS: use select instead of poll */
|
||||
fd_set infd;
|
||||
struct timeval timeout;
|
||||
|
||||
FD_ZERO(&infd);
|
||||
FD_SET(cu->cu_fd, &infd);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user