From 7a79bfed8051f1c0d8b0ce8a52805344b422e75e Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 7 Feb 1994 04:43:49 +0000 Subject: Formerly ../sunrpc/getrpcent.c.~3~ --- sunrpc/getrpcent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sunrpc') 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() -- cgit v1.2.3