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/dev/mse/mse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/mse/mse.c') diff --git a/sys/dev/mse/mse.c b/sys/dev/mse/mse.c index 96f62e5..2196a4c 100644 --- a/sys/dev/mse/mse.c +++ b/sys/dev/mse/mse.c @@ -11,7 +11,7 @@ * this software for any purpose. It is provided "as is" * without express or implied warranty. * - * $Id: mse.c,v 1.19 1995/12/06 23:42:53 bde Exp $ + * $Id: mse.c,v 1.20 1995/12/08 11:14:40 julian Exp $ */ /* * Driver for the Logitech and ATI Inport Bus mice for use with 386bsd and @@ -79,7 +79,7 @@ static d_read_t mseread; static d_select_t mseselect; #define CDEV_MAJOR 27 -struct cdevsw mse_cdevsw = +static struct cdevsw mse_cdevsw = { mseopen, mseclose, mseread, nowrite, /*27*/ noioc, nostop, nullreset, nodevtotty,/* mse */ mseselect, nommap, NULL, "mse", NULL, -1 }; -- cgit v1.1