aboutsummaryrefslogtreecommitdiff
blob: 9287d03af782d3072cd3a79f99fb0c9d84a898aa (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
28
29
30
31
32
33
34
35
36
37
38
39
40
From ed6dc31ed1092baf42f99278ef9c5c297805c3d0 Mon Sep 17 00:00:00 2001
From: Natanael Copa <ncopa@alpinelinux.org>
Date: Thu, 24 Apr 2014 08:58:20 +0200
Subject: [PATCH 2/2] Misc header fixes

src/bindresvport.c: IPPORT_RESERVED needs netdb.h

Misc fixes for building on musl libc
---
 src/bindresvport.c | 1 +
 tirpc/netconfig.h  | 1 +
 tirpc/rpc/rpcent.h | 2 +-
 tirpc/rpc/types.h  | 1 +
 4 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/bindresvport.c b/src/bindresvport.c
index d6d9c14..5a7a1a9 100644
--- a/src/bindresvport.c
+++ b/src/bindresvport.c
@@ -37,6 +37,7 @@
 #include <sys/types.h>
 #include <sys/socket.h>
 
+#include <netdb.h>
 #include <netinet/in.h>
 
 #include <errno.h>
diff --git a/tirpc/rpc/rpcent.h b/tirpc/rpc/rpcent.h
index c865e51..a36cf91 100644
--- a/tirpc/rpc/rpcent.h
+++ b/tirpc/rpc/rpcent.h
@@ -47,7 +47,7 @@
 __BEGIN_DECLS
 
 /* These are defined in /usr/include/rpc/netdb.h */
-#if 0
+#if !defined(__GLIBC__)
 struct rpcent {
 	char	*r_name;	/* name of server for this rpc program */
 	char	**r_aliases;	/* alias list */