diff options
author | David Malone <dwmalone@FreeBSD.org> | 2001-11-05 20:33:40 +0000 |
---|---|---|
committer | David Malone <dwmalone@FreeBSD.org> | 2001-11-05 20:33:40 +0000 |
commit | c5250ed112144f5c40128fc0d486dd51bf49e4e8 (patch) | |
tree | f39f8026981638c17e0b3d5d6e33038112872177 /usr.bin/cmp/cmp.c | |
parent | ebf362130e9f7f162bd490bdd3e928defeee83b9 (diff) | |
download | src-test2-c5250ed112144f5c40128fc0d486dd51bf49e4e8.tar.gz src-test2-c5250ed112144f5c40128fc0d486dd51bf49e4e8.zip |
Notes
Diffstat (limited to 'usr.bin/cmp/cmp.c')
-rw-r--r-- | usr.bin/cmp/cmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/cmp/cmp.c b/usr.bin/cmp/cmp.c index 73e89e4aaf7b..3d1e55f85b91 100644 --- a/usr.bin/cmp/cmp.c +++ b/usr.bin/cmp/cmp.c @@ -68,7 +68,7 @@ main(argc, argv) struct stat sb1, sb2; off_t skip1, skip2; int ch, fd1, fd2, special; - char *file1, *file2; + const char *file1, *file2; while ((ch = getopt(argc, argv, "-lsxz")) != -1) switch (ch) { |