summaryrefslogtreecommitdiffstats
path: root/bin/stty/stty.h
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2001-05-18 11:04:19 +0000
committerkris <kris@FreeBSD.org>2001-05-18 11:04:19 +0000
commit5dcd334a54de067ae4fd30cf8a272065ecd82f4e (patch)
tree6dbd32caa7edc13d3b8f230547f96c1debcda39a /bin/stty/stty.h
parent0565ca3c5b53383d4d37e31a13132076404d347b (diff)
downloadFreeBSD-src-5dcd334a54de067ae4fd30cf8a272065ecd82f4e.zip
FreeBSD-src-5dcd334a54de067ae4fd30cf8a272065ecd82f4e.tar.gz
BDECFLAGS cleanup
Diffstat (limited to 'bin/stty/stty.h')
-rw-r--r--bin/stty/stty.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/stty/stty.h b/bin/stty/stty.h
index e122979..d20f0c6 100644
--- a/bin/stty/stty.h
+++ b/bin/stty/stty.h
@@ -43,13 +43,13 @@ struct info {
int off; /* turn off */
int set; /* need set */
int wset; /* need window set */
- char *arg; /* argument */
+ const char *arg; /* argument */
struct termios t; /* terminal info */
struct winsize win; /* window info */
};
struct cchar {
- char *name;
+ const char *name;
int sub;
u_char def;
};
OpenPOWER on IntegriCloud