diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-10 13:00:39 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-10 13:02:00 -0600 |
commit | 6623fd4551e2fbe918b31d6f2392bfc2b8224603 (patch) | |
tree | c4c42f1f12fbb2b324c5ae331cb5d0da1772616b /package/libtirpc/patches/patch-tirpc_rpc_rpc_h | |
parent | 6bda4b4924af954486482f313b058d556129f0d9 (diff) |
update to latest upstream version
Diffstat (limited to 'package/libtirpc/patches/patch-tirpc_rpc_rpc_h')
-rw-r--r-- | package/libtirpc/patches/patch-tirpc_rpc_rpc_h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libtirpc/patches/patch-tirpc_rpc_rpc_h b/package/libtirpc/patches/patch-tirpc_rpc_rpc_h index 3ec297d82..bdfad8563 100644 --- a/package/libtirpc/patches/patch-tirpc_rpc_rpc_h +++ b/package/libtirpc/patches/patch-tirpc_rpc_rpc_h @@ -1,5 +1,5 @@ ---- libtirpc-0.2.4.orig/tirpc/rpc/rpc.h 2013-12-09 21:59:51.000000000 +0100 -+++ libtirpc-0.2.4/tirpc/rpc/rpc.h 2014-09-28 17:10:36.000000000 +0200 +--- libtirpc-0.2.5.orig/tirpc/rpc/rpc.h 2014-08-08 11:24:34.000000000 -0500 ++++ libtirpc-0.2.5/tirpc/rpc/rpc.h 2015-02-10 11:20:21.919005127 -0600 @@ -79,9 +79,11 @@ #define UDPMSGSIZE 8800 #endif @@ -14,7 +14,7 @@ extern int registerrpc(int, int, int, char *(*)(char [UDPMSGSIZE]), xdrproc_t, xdrproc_t); extern int callrpc(const char *, int, int, int, xdrproc_t, void *, -@@ -93,18 +95,24 @@ struct netbuf *uaddr2taddr(const struct +@@ -93,18 +95,24 @@ struct netbuf *uaddr2taddr(const struct struct sockaddr; extern int bindresvport_sa(int, struct sockaddr *); |