diff options
Diffstat (limited to 'sunrpc/openchild.c')
-rw-r--r-- | sunrpc/openchild.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/openchild.c b/sunrpc/openchild.c index 8399b26..4b5a0a5 100644 --- a/sunrpc/openchild.c +++ b/sunrpc/openchild.c @@ -53,7 +53,7 @@ * returns pid, or -1 for failure */ int -_openchild (char *command, FILE ** fto, FILE ** ffrom) +_openchild (const char *command, FILE ** fto, FILE ** ffrom) { int i; int pid; |