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-src_auth_des_c | |
parent | 6bda4b4924af954486482f313b058d556129f0d9 (diff) |
update to latest upstream version
Diffstat (limited to 'package/libtirpc/patches/patch-src_auth_des_c')
-rw-r--r-- | package/libtirpc/patches/patch-src_auth_des_c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/libtirpc/patches/patch-src_auth_des_c b/package/libtirpc/patches/patch-src_auth_des_c index d91177fdc..09c48bb7e 100644 --- a/package/libtirpc/patches/patch-src_auth_des_c +++ b/package/libtirpc/patches/patch-src_auth_des_c @@ -1,5 +1,5 @@ ---- libtirpc-0.2.3.orig/src/auth_des.c 2013-02-13 16:13:59.000000000 +0100 -+++ libtirpc-0.2.3/src/auth_des.c 2014-03-22 13:20:52.000000000 +0100 +--- libtirpc-0.2.5.orig/src/auth_des.c 2014-08-08 11:24:34.000000000 -0500 ++++ libtirpc-0.2.5/src/auth_des.c 2015-02-10 11:20:21.499005133 -0600 @@ -38,7 +38,6 @@ #include <string.h> #include <stdlib.h> @@ -14,5 +14,5 @@ #endif -#include <sys/cdefs.h> - #define USEC_PER_SEC 1000000 - #define RTIME_TIMEOUT 5 /* seconds to wait for sync */ + #include "debug.h" + |