diff options
Diffstat (limited to 'bin/stty/stty.h')
-rw-r--r-- | bin/stty/stty.h | 4 |
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; }; |