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/scsi/sctarg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/scsi/sctarg.c') diff --git a/sys/scsi/sctarg.c b/sys/scsi/sctarg.c index de3e748..a4045a0 100644 --- a/sys/scsi/sctarg.c +++ b/sys/scsi/sctarg.c @@ -37,7 +37,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sctarg.c,v 1.8 1995/11/29 14:41:00 julian Exp $ + * $Id: sctarg.c,v 1.9 1995/12/08 11:18:51 julian Exp $ */ /* @@ -79,7 +79,7 @@ static d_ioctl_t sctargioctl; static d_strategy_t sctargstrategy; #define CDEV_MAJOR 65 -struct cdevsw sctarg_cdevsw = +static struct cdevsw sctarg_cdevsw = { sctargopen, sctargclose, rawread, rawwrite, /*65*/ sctargioctl, nostop, nullreset, nodevtotty,/* sctarg */ seltrue, nommap, sctargstrategy, "sctarg", NULL, -1 }; -- cgit v1.1