]> diplodocus.org Git - nmh/blobdiff - sbr/copy.c
Hard-code the config/version.c target, instead of using $@, so its
[nmh] / sbr / copy.c
index cc35e95b4ff1535846bc63537fc0128833c0a2d2..54474400f2eeaab866e625ec73bbaee8a236c786 100644 (file)
@@ -10,7 +10,7 @@
 #include <h/mh.h>
 
 char *
-copy(char *from, char *to)
+copy(const char *from, char *to)
 {
     while ((*to = *from)) {
        to++;