From 5dcd334a54de067ae4fd30cf8a272065ecd82f4e Mon Sep 17 00:00:00 2001 From: kris Date: Fri, 18 May 2001 11:04:19 +0000 Subject: BDECFLAGS cleanup --- bin/stty/stty.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/stty/stty.h') 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; }; -- cgit v1.1