X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/6c42153ad9362cc676ea66563bf400d7511b3b68..8a260e95d18fbaee659cd6ed662e97e0c10fcdf0:/sbr/cpydata.c?ds=sidebyside diff --git a/sbr/cpydata.c b/sbr/cpydata.c index c3ca3ed6..37d4803a 100644 --- a/sbr/cpydata.c +++ b/sbr/cpydata.c @@ -2,8 +2,6 @@ /* * cpydata.c -- copy all data from one fd to another * - * $Id$ - * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for * complete copyright information. @@ -12,7 +10,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];