const sptab[]
This commit is contained in:
parent
97264db5f1
commit
07ad370ac0
|
@ -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
|
* Copyright (c) 1994, 1995 Scott Bartram
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#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/param.h>
|
||||||
#include <sys/systm.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.
|
* iBCS2 ioctl calls.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static struct speedtab sptab[] = {
|
static const struct speedtab sptab[] = {
|
||||||
{ 0, 0 },
|
{ 0, 0 },
|
||||||
{ 50, 1 },
|
{ 50, 1 },
|
||||||
{ 75, 2 },
|
{ 75, 2 },
|
||||||
|
|
Loading…
Reference in New Issue