diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1996-08-28 18:20:22 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1996-08-28 18:20:22 +0000 |
| commit | 3a4c46bd2253d27c614baaa2be50f1f75ad9a1cc (patch) | |
| tree | c4798493970a3f8c1faebd72cad609c93b42434b /sys/dev/syscons | |
| parent | 7a50b221e8aa34925342b5058cb8ed5c0d619783 (diff) | |
Notes
Diffstat (limited to 'sys/dev/syscons')
| -rw-r--r-- | sys/dev/syscons/syscons.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/syscons/syscons.c b/sys/dev/syscons/syscons.c index 9e933e0dbcffe..a02c41e9257c2 100644 --- a/sys/dev/syscons/syscons.c +++ b/sys/dev/syscons/syscons.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: syscons.c,v 1.160 1996/07/30 15:20:08 ache Exp $ + * $Id: syscons.c,v 1.161 1996/08/16 10:16:32 peter Exp $ */ #include "sc.h" @@ -140,7 +140,7 @@ struct tty *sccons[MAXCONS+1]; #define VIRTUAL_TTY(x) &sccons[x] #define CONSOLE_TTY &sccons[MAXCONS] static struct tty sccons[MAXCONS+1]; -static int nsccons = MAXCONS; /* for pstat only */ +static const int nsccons = MAXCONS+1; #endif #define MONO_BUF pa_to_va(0xB0000) #define CGA_BUF pa_to_va(0xB8000) |
