From a69d1dfbcb7bc187703b1767f289aba2bd4edbb6 Mon Sep 17 00:00:00 2001 From: phk Date: Fri, 8 Dec 1995 23:23:00 +0000 Subject: Julian forgot to make the *devsw structures static. --- sys/pccard/pccard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/pccard') diff --git a/sys/pccard/pccard.c b/sys/pccard/pccard.c index 3a7eccb..6a4c1a1 100644 --- a/sys/pccard/pccard.c +++ b/sys/pccard/pccard.c @@ -102,7 +102,7 @@ static d_ioctl_t crdioctl; static d_select_t crdselect; #define CDEV_MAJOR 50 -struct cdevsw crd_cdevsw = +static struct cdevsw crd_cdevsw = { crdopen, crdclose, crdread, crdwrite, /*50*/ crdioctl, nostop, nullreset, nodevtotty,/* pcmcia */ crdselect, nommap, NULL, "crd", NULL, -1 }; -- cgit v1.1