summaryrefslogtreecommitdiff
path: root/package/libtirpc/patches/patch-src_clnt_bcast_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_clnt_bcast_c
parent45483a482f5629a1a0b6f3e249c3534f6903568f (diff)
update to latest stable version
Diffstat (limited to 'package/libtirpc/patches/patch-src_clnt_bcast_c')
-rw-r--r--package/libtirpc/patches/patch-src_clnt_bcast_c27
1 files changed, 0 insertions, 27 deletions
diff --git a/package/libtirpc/patches/patch-src_clnt_bcast_c b/package/libtirpc/patches/patch-src_clnt_bcast_c
deleted file mode 100644
index f4776e5b1..000000000
--- a/package/libtirpc/patches/patch-src_clnt_bcast_c
+++ /dev/null
@@ -1,27 +0,0 @@
---- libtirpc-0.2.5.orig/src/clnt_bcast.c 2014-08-08 11:24:34.000000000 -0500
-+++ libtirpc-0.2.5/src/clnt_bcast.c 2015-02-10 11:27:39.523001122 -0600
-@@ -28,7 +28,6 @@
- /*
- * Copyright (c) 1986-1991 by Sun Microsystems Inc.
- */
--#include <sys/cdefs.h>
-
- /*
- * clnt_bcast.c
-@@ -41,7 +40,7 @@
- */
- #include <sys/socket.h>
- #include <sys/types.h>
--#include <sys/queue.h>
-+#include "queue.h"
-
- #include <net/if.h>
- #include <netinet/in.h>
-@@ -57,6 +56,7 @@
- #include <arpa/inet.h>
- #include <stdio.h>
- #include <errno.h>
-+#include <stdarg.h>
- #include <stdlib.h>
- #include <unistd.h>
- #include <netdb.h>