Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 530080 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/bindresvport.c (+1 lines)
Lines 37-42 Link Here
37
#include <sys/types.h>
37
#include <sys/types.h>
38
#include <sys/socket.h>
38
#include <sys/socket.h>
39
39
40
#include <netdb.h>
40
#include <netinet/in.h>
41
#include <netinet/in.h>
41
42
42
#include <errno.h>
43
#include <errno.h>
(-)a/tirpc/netconfig.h (+1 lines)
Lines 2-7 Link Here
2
#define _NETCONFIG_H_
2
#define _NETCONFIG_H_
3
3
4
#include <features.h>
4
#include <features.h>
5
#include <sys/cdefs.h>
5
6
6
#define NETCONFIG "/etc/netconfig"
7
#define NETCONFIG "/etc/netconfig"
7
#define NETPATH	  "NETPATH"
8
#define NETPATH	  "NETPATH"
(-)a/tirpc/rpc/rpcent.h (-1 / +1 lines)
Lines 47-53 Link Here
47
__BEGIN_DECLS
47
__BEGIN_DECLS
48
48
49
/* These are defined in /usr/include/rpc/netdb.h */
49
/* These are defined in /usr/include/rpc/netdb.h */
50
#if 0
50
#if !defined(__GLIBC__)
51
struct rpcent {
51
struct rpcent {
52
	char	*r_name;	/* name of server for this rpc program */
52
	char	*r_name;	/* name of server for this rpc program */
53
	char	**r_aliases;	/* alias list */
53
	char	**r_aliases;	/* alias list */
(-)a/tirpc/rpc/types.h (-1 / +1 lines)
Lines 39-44 Link Here
39
#define _TIRPC_TYPES_H
39
#define _TIRPC_TYPES_H
40
40
41
#include <sys/types.h>
41
#include <sys/types.h>
42
#include <sys/cdefs.h>
42
43
43
typedef int32_t bool_t;
44
typedef int32_t bool_t;
44
typedef int32_t enum_t;
45
typedef int32_t enum_t;
45
- 

Return to bug 530080