diff options
Diffstat (limited to 'sys/i386/isa/labpc.c')
-rw-r--r-- | sys/i386/isa/labpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/isa/labpc.c b/sys/i386/isa/labpc.c index 97984eed604a..a3287d6295f1 100644 --- a/sys/i386/isa/labpc.c +++ b/sys/i386/isa/labpc.c @@ -289,7 +289,7 @@ static d_ioctl_t labpcioctl; static d_strategy_t labpcstrategy; #define CDEV_MAJOR 66 -struct cdevsw labpc_cdevsw = +static struct cdevsw labpc_cdevsw = { labpcopen, labpcclose, rawread, rawwrite, /*66*/ labpcioctl, nostop, nullreset, nodevtotty,/* labpc */ seltrue, nommap, labpcstrategy, "labpc", NULL, -1 }; |