X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/5dd6771b28c257af405d7248639ed0e3bcdce38b..94187a80bd60baab4b9c4b949ad820d730578123:/sbr/cpydata.c diff --git a/sbr/cpydata.c b/sbr/cpydata.c index d322ba9b..49b9927c 100644 --- a/sbr/cpydata.c +++ b/sbr/cpydata.c @@ -1,6 +1,4 @@ - -/* - * cpydata.c -- copy all data from one fd to another +/* cpydata.c -- copy all data from one fd to another * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for @@ -10,7 +8,7 @@ #include void -cpydata (int in, int out, char *ifile, char *ofile) +cpydata (int in, int out, const char *ifile, const char *ofile) { int i; char buffer[BUFSIZ];