https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1feb8e627efd1515097505a675aa4f2e6d8cf15c

commit 1feb8e627efd1515097505a675aa4f2e6d8cf15c
Author: Pierre Schweitzer <pie...@reactos.org>
AuthorDate: Sun Nov 26 14:44:26 2017 +0100

    [LIBTIRPC] Match rtime() propotype and implementation
---
 dll/3rdparty/libtirpc/tirpc/rpc/auth_des.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dll/3rdparty/libtirpc/tirpc/rpc/auth_des.h 
b/dll/3rdparty/libtirpc/tirpc/rpc/auth_des.h
index f3f9f31fef..9aa96cb11e 100644
--- a/dll/3rdparty/libtirpc/tirpc/rpc/auth_des.h
+++ b/dll/3rdparty/libtirpc/tirpc/rpc/auth_des.h
@@ -121,8 +121,12 @@ __END_DECLS
 __BEGIN_DECLS
 extern bool_t  xdr_authdes_cred(XDR *, struct authdes_cred *);
 extern bool_t  xdr_authdes_verf(XDR *, struct authdes_verf *);
+#ifndef __REACTOS__
 extern int     rtime(dev_t, struct netbuf *, int, struct timeval *,
                    struct timeval *);
+#else
+extern int rtime(struct sockaddr_in *, struct timeval *, struct timeval *);
+#endif
 extern void    kgetnetname(char *);
 extern enum auth_stat _svcauth_des(struct svc_req *, struct rpc_msg *);
 __END_DECLS

Reply via email to