summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sunrpc/getrpcent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/getrpcent.c b/sunrpc/getrpcent.c
index a69dc1f24d..7615b3ea5a 100644
--- a/sunrpc/getrpcent.c
+++ b/sunrpc/getrpcent.c
@@ -60,7 +60,7 @@ struct rpcdata {
static struct rpcent *interpret();
struct hostent *gethostent();
char *inet_ntoa();
-static char *index();
+extern char *index(); /* Changed from static by roland@gnu */
static char RPCDB[] = "/etc/rpc";