summaryrefslogtreecommitdiffstats
path: root/bin/stty/stty.c
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1996-12-14 06:16:51 +0000
committersteve <steve@FreeBSD.org>1996-12-14 06:16:51 +0000
commita958416f1b4a022c358b94db0b8e6bcc6cb54ee0 (patch)
treef6c900411aae5013d22524ee4377362e17e0a2bb /bin/stty/stty.c
parent1c6d77453c9343a570ad40843d4716a09846505d (diff)
downloadFreeBSD-src-a958416f1b4a022c358b94db0b8e6bcc6cb54ee0.zip
FreeBSD-src-a958416f1b4a022c358b94db0b8e6bcc6cb54ee0.tar.gz
-Wall cleaning.
Diffstat (limited to 'bin/stty/stty.c')
-rw-r--r--bin/stty/stty.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/stty/stty.c b/bin/stty/stty.c
index 0f5e925..c45ed57 100644
--- a/bin/stty/stty.c
+++ b/bin/stty/stty.c
@@ -30,17 +30,17 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: stty.c,v 1.5 1995/07/02 08:54:27 joerg Exp $
+ * $Id: stty.c,v 1.6 1995/07/04 08:16:30 bde Exp $
*/
#ifndef lint
-static char copyright[] =
+static char const copyright[] =
"@(#) Copyright (c) 1989, 1991, 1993, 1994\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
#ifndef lint
-static char sccsid[] = "@(#)stty.c 8.3 (Berkeley) 4/2/94";
+static char const sccsid[] = "@(#)stty.c 8.3 (Berkeley) 4/2/94";
#endif /* not lint */
#include <sys/types.h>
OpenPOWER on IntegriCloud