From 5bd91028999a9fcfda647fe1cc5f454ea9c97aad Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Sun, 19 Sep 2004 21:58:42 +0000 Subject: const this speedtab too --- sys/compat/hpux/hpux_tty.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/compat/hpux/hpux_tty.c b/sys/compat/hpux/hpux_tty.c index 9382cecc8c3..c0274b6c954 100644 --- a/sys/compat/hpux/hpux_tty.c +++ b/sys/compat/hpux/hpux_tty.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hpux_tty.c,v 1.11 2004/07/10 22:37:33 mickey Exp $ */ +/* $OpenBSD: hpux_tty.c,v 1.12 2004/09/19 21:58:41 mickey Exp $ */ /* $NetBSD: hpux_tty.c,v 1.14 1997/04/01 19:59:05 scottr Exp $ */ /* @@ -462,7 +462,7 @@ int hpuxtobsdbaud(hpux_speed) int hpux_speed; { - static int hpuxtobsdbaudtab[32] = { + static const int hpuxtobsdbaudtab[32] = { B0, B50, B75, B110, B134, B150, B200, B300, B600, B0, B1200, B1800, B2400, B0, B4800, B0, B9600, B19200, B38400, B0, B0, B0, B0, B0, -- cgit v1.2.3