From 7c6a72b87621f2467928e90b81257110fea2b92e Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 8 Feb 1994 23:53:04 +0000 Subject: entered into RCS --- 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 33b85698ae..8ef65618b0 100644 --- a/sunrpc/getrpcent.c +++ b/sunrpc/getrpcent.c @@ -99,7 +99,7 @@ getrpcbynumber(number) struct rpcent * getrpcbyname(name) - char *name; + const char *name; /* const added by roland@gnu */ { struct rpcent *rpc; char **rp; -- cgit v1.2.3