]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Make string parameters `const'.
authorUlrich Drepper <drepper@redhat.com>
Fri, 4 Apr 1997 15:39:36 +0000 (15:39 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 4 Apr 1997 15:39:36 +0000 (15:39 +0000)
inet/rexec.c

index 611ff572870c43dbf9ecccc0143d1084cd752a14..72df066b03eb9bf3f9d875da68f146b44b5dbe49 100644 (file)
@@ -53,7 +53,7 @@ int
 rexec(ahost, rport, name, pass, cmd, fd2p)
        char **ahost;
        int rport;
-       char *name, *pass, *cmd;
+       const char *name, *pass, *cmd;
        int *fd2p;
 {
        struct sockaddr_in sin, sin2, from;