diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-23 21:15:37 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-24 20:56:01 +0200 |
commit | f920132acf0d785d238388e1652b7023207c553c (patch) | |
tree | 6a358b9531986b98f8fc5872787f8fdc86a24dc9 /package/libtirpc/patches/patch-src_rpc_com_h | |
parent | 45483a482f5629a1a0b6f3e249c3534f6903568f (diff) |
update to latest stable version
Diffstat (limited to 'package/libtirpc/patches/patch-src_rpc_com_h')
-rw-r--r-- | package/libtirpc/patches/patch-src_rpc_com_h | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/package/libtirpc/patches/patch-src_rpc_com_h b/package/libtirpc/patches/patch-src_rpc_com_h deleted file mode 100644 index c327a0152..000000000 --- a/package/libtirpc/patches/patch-src_rpc_com_h +++ /dev/null @@ -1,31 +0,0 @@ ---- libtirpc-0.2.3.orig/src/rpc_com.h 2013-02-13 16:13:59.000000000 +0100 -+++ libtirpc-0.2.3/src/rpc_com.h 2014-03-22 13:20:53.000000000 +0100 -@@ -40,7 +40,6 @@ - #ifndef _TIRPC_RPCCOM_H - #define _TIRPC_RPCCOM_H - --#include <sys/cdefs.h> - - /* #pragma ident "@(#)rpc_com.h 1.11 93/07/05 SMI" */ - -@@ -54,7 +53,9 @@ - #define __RPC_GETXID(now) ((u_int32_t)getpid() ^ (u_int32_t)(now)->tv_sec ^ \ - (u_int32_t)(now)->tv_usec) - --__BEGIN_DECLS -+#ifdef __cplusplus -+extern "C" { -+#endif - extern u_int __rpc_get_a_size(int); - extern int __rpc_dtbsize(void); - extern struct netconfig * __rpcgettp(int); -@@ -90,6 +91,8 @@ void __xprt_set_raddr(SVCXPRT *, const s - SVCXPRT **__svc_xports; - int __svc_maxrec; - --__END_DECLS -+#ifdef __cplusplus -+} -+#endif - - #endif /* _TIRPC_RPCCOM_H */ |