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

(-)./tirpc/rpc/rpcent.h (+4 lines)
Lines 64-69 extern struct rpcent *getrpcbynumber(int Link Here
64
extern struct rpcent *getrpcent(void);
64
extern struct rpcent *getrpcent(void);
65
#endif
65
#endif
66
66
67
#ifndef __GLIBC__
68
#define __THROW
69
#endif
70
67
extern void setrpcent(int) __THROW;
71
extern void setrpcent(int) __THROW;
68
extern void endrpcent(void) __THROW;
72
extern void endrpcent(void) __THROW;
69
#ifdef __GLIBC__
73
#ifdef __GLIBC__
70
74

Return to bug 530080