summaryrefslogtreecommitdiffstats
path: root/usr.bin/doscmd/dos.h
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>2001-08-08 10:58:50 +0000
committertg <tg@FreeBSD.org>2001-08-08 10:58:50 +0000
commit6348c039baa1f511ba2ac6fdaa35a20dc70660a0 (patch)
tree4d66598b3d4764d3b099fb706b641b607fb600c2 /usr.bin/doscmd/dos.h
parent2143008ac012ce21897ff583fc00d6fd7691f90d (diff)
downloadFreeBSD-src-6348c039baa1f511ba2ac6fdaa35a20dc70660a0.zip
FreeBSD-src-6348c039baa1f511ba2ac6fdaa35a20dc70660a0.tar.gz
Silence some more warnings, mostly from `-W -Wwrite-strings'.
Diffstat (limited to 'usr.bin/doscmd/dos.h')
-rw-r--r--usr.bin/doscmd/dos.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/doscmd/dos.h b/usr.bin/doscmd/dos.h
index 561457c..cc770f7 100644
--- a/usr.bin/doscmd/dos.h
+++ b/usr.bin/doscmd/dos.h
@@ -374,7 +374,7 @@ to_dos_attr(int mode)
/* prototypes */
-extern char *dos_return[]; /* names of DOS return codes */
+extern const char *dos_return[]; /* names of DOS return codes */
extern const int dos_ret_size; /* length of above */
extern char *InDOS;
extern int diskdrive; /* current drive */
OpenPOWER on IntegriCloud