summaryrefslogtreecommitdiff
path: root/package/libtirpc/patches/patch-src_clnt_bcast_c
blob: f4776e5b13e61c5d5ab67d3ca455eb324eab0740 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
--- 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>