summaryrefslogtreecommitdiff
path: root/sunrpc
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-02-08 23:53:04 +0000
committerRoland McGrath <roland@gnu.org>1994-02-08 23:53:04 +0000
commit7c6a72b87621f2467928e90b81257110fea2b92e (patch)
treece7d83552e3f1a0496af5b23e4a405fe70c3d8d8 /sunrpc
parent297908ebcfd1fa48399bba82d5977b22a632cd15 (diff)
entered into RCS
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;