summaryrefslogtreecommitdiff
path: root/package/libtirpc/patches/patch-src_clnt_bcast_c
blob: e803b17211678fbe76bdad4d771cb858fb1a17c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- libtirpc-0.2.3.orig/src/clnt_bcast.c	2013-02-13 16:13:59.000000000 +0100
+++ libtirpc-0.2.3/src/clnt_bcast.c	2014-03-22 14:19:29.000000000 +0100
@@ -28,7 +28,6 @@
 /*
  * Copyright (c) 1986-1991 by Sun Microsystems Inc. 
  */
-#include <sys/cdefs.h>
 
 /*
  * clnt_bcast.c
@@ -41,10 +40,8 @@
  */
 #include <sys/socket.h>
 #include <sys/types.h>
-#include <sys/queue.h>
 
-/* new queue functions */
-#include <misc/queue.h>
+#include "queue.h"
 
 #include <net/if.h>
 #include <netinet/in.h>