const sptab[]

This commit is contained in:
jdolecek 2005-03-05 17:31:07 +00:00
parent 97264db5f1
commit 07ad370ac0
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ibcs2_ioctl.c,v 1.33 2005/03/05 17:16:17 christos Exp $ */
/* $NetBSD: ibcs2_ioctl.c,v 1.34 2005/03/05 17:31:07 jdolecek Exp $ */
/*
* Copyright (c) 1994, 1995 Scott Bartram
@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ibcs2_ioctl.c,v 1.33 2005/03/05 17:16:17 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: ibcs2_ioctl.c,v 1.34 2005/03/05 17:31:07 jdolecek Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -74,7 +74,7 @@ __KERNEL_RCSID(0, "$NetBSD: ibcs2_ioctl.c,v 1.33 2005/03/05 17:16:17 christos Ex
* iBCS2 ioctl calls.
*/
static struct speedtab sptab[] = {
static const struct speedtab sptab[] = {
{ 0, 0 },
{ 50, 1 },
{ 75, 2 },