summaryrefslogtreecommitdiff
path: root/sunrpc
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-02-06 22:32:16 +0000
committerRoland McGrath <roland@gnu.org>1994-02-06 22:32:16 +0000
commit2b76223c5fb6026b9257a2e5ef089ba27f53e024 (patch)
treefa21ee72d3a0f415350ebd8d552f86d8edf754d2 /sunrpc
parente17cbb42926be92ecf9bde27260b4d9eb1db9b9a (diff)
Formerly ../sunrpc/getrpcent.c.~2~
Diffstat (limited to 'sunrpc')
-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";