Skip to content

Commit 1feb8e6

Browse files
committed
[LIBTIRPC] Match rtime() propotype and implementation
1 parent b28272c commit 1feb8e6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dll/3rdparty/libtirpc/tirpc/rpc/auth_des.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,12 @@ __END_DECLS
121121
__BEGIN_DECLS
122122
extern bool_t xdr_authdes_cred(XDR *, struct authdes_cred *);
123123
extern bool_t xdr_authdes_verf(XDR *, struct authdes_verf *);
124+
#ifndef __REACTOS__
124125
extern int rtime(dev_t, struct netbuf *, int, struct timeval *,
125126
struct timeval *);
127+
#else
128+
extern int rtime(struct sockaddr_in *, struct timeval *, struct timeval *);
129+
#endif
126130
extern void kgetnetname(char *);
127131
extern enum auth_stat _svcauth_des(struct svc_req *, struct rpc_msg *);
128132
__END_DECLS

0 commit comments

Comments
 (0)