summaryrefslogtreecommitdiff
path: root/usr.bin/cmp/cmp.c
diff options
context:
space:
mode:
authorDavid Malone <dwmalone@FreeBSD.org>2001-11-05 20:33:40 +0000
committerDavid Malone <dwmalone@FreeBSD.org>2001-11-05 20:33:40 +0000
commitc5250ed112144f5c40128fc0d486dd51bf49e4e8 (patch)
treef39f8026981638c17e0b3d5d6e33038112872177 /usr.bin/cmp/cmp.c
parentebf362130e9f7f162bd490bdd3e928defeee83b9 (diff)
downloadsrc-test2-c5250ed112144f5c40128fc0d486dd51bf49e4e8.tar.gz
src-test2-c5250ed112144f5c40128fc0d486dd51bf49e4e8.zip
Notes
Diffstat (limited to 'usr.bin/cmp/cmp.c')
-rw-r--r--usr.bin/cmp/cmp.c2
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) {