summaryrefslogtreecommitdiff
path: root/sunrpc
diff options
context:
space:
mode:
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 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;