summaryrefslogtreecommitdiff
path: root/sunrpc
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-02-07 04:43:49 +0000
committerRoland McGrath <roland@gnu.org>1994-02-07 04:43:49 +0000
commit7a79bfed8051f1c0d8b0ce8a52805344b422e75e (patch)
tree13aaf0074ea3dddfabe8568bd7f98bdf55b63211 /sunrpc
parent5f8a70f954d948fbcaa1e2693916654a1d583a8c (diff)
Formerly ../sunrpc/getrpcent.c.~3~
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 7615b3ea5a..33b85698ae 100644
--- a/sunrpc/getrpcent.c
+++ b/sunrpc/getrpcent.c
@@ -62,7 +62,7 @@ struct hostent *gethostent();
char *inet_ntoa();
extern char *index(); /* Changed from static by roland@gnu */
-static char RPCDB[] = "/etc/rpc";
+static char RPCDB[] = _PATH_RPC; /* Changed from "/etc/rpc" by roland@gnu */
static struct rpcdata *
_rpcdata()