summaryrefslogtreecommitdiff
path: root/package/libtirpc/patches/patch-src_auth_unix_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-06-23 21:15:37 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-06-24 20:56:01 +0200
commitf920132acf0d785d238388e1652b7023207c553c (patch)
tree6a358b9531986b98f8fc5872787f8fdc86a24dc9 /package/libtirpc/patches/patch-src_auth_unix_c
parent45483a482f5629a1a0b6f3e249c3534f6903568f (diff)
update to latest stable version
Diffstat (limited to 'package/libtirpc/patches/patch-src_auth_unix_c')
-rw-r--r--package/libtirpc/patches/patch-src_auth_unix_c18
1 files changed, 0 insertions, 18 deletions
diff --git a/package/libtirpc/patches/patch-src_auth_unix_c b/package/libtirpc/patches/patch-src_auth_unix_c
deleted file mode 100644
index a1ba7b587..000000000
--- a/package/libtirpc/patches/patch-src_auth_unix_c
+++ /dev/null
@@ -1,18 +0,0 @@
---- libtirpc-0.2.5.orig/src/auth_unix.c 2014-08-08 11:24:34.000000000 -0500
-+++ libtirpc-0.2.5/src/auth_unix.c 2015-02-10 11:22:29.687003959 -0600
-@@ -26,7 +26,6 @@
- * POSSIBILITY OF SUCH DAMAGE.
- */
-
--#include <sys/cdefs.h>
-
- /*
- * auth_unix.c, Implements UNIX style authentication parameters.
-@@ -45,6 +44,7 @@
-
- #include <assert.h>
- #include <err.h>
-+#include <stdarg.h>
- #include <stdio.h>
- #include <stdlib.h>
- #include <unistd.h>