X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/81a21a9a97d8633f6d6231e31fdb6e328d0d3ff2..52ed4ac3f6a9271d60e66f79b1b682fb83bc8bd2:/sbr/getcpy.c?ds=sidebyside diff --git a/sbr/getcpy.c b/sbr/getcpy.c index 1186831a..846d33a9 100644 --- a/sbr/getcpy.c +++ b/sbr/getcpy.c @@ -6,8 +6,6 @@ * OF GETCPY WITH STRDUP. BUT THIS WILL REQUIRE * CHANGING PARTS OF THE CODE TO DEAL WITH NULL VALUES. * - * $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. @@ -18,7 +16,7 @@ char * -getcpy (char *str) +getcpy (const char *str) { char *cp; size_t len;