From 198d88e0ae0e12a2ddafb80a60372116b0b1c0c6 Mon Sep 17 00:00:00 2001 From: julian Date: Wed, 29 Nov 1995 14:41:20 +0000 Subject: If you're going to mechanically replicate something in 50 files it's best to not have a (compiles cleanly) typo in it! (sigh) --- sys/i386/isa/ctx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/i386/isa/ctx.c') diff --git a/sys/i386/isa/ctx.c b/sys/i386/isa/ctx.c index 0684d3d..8a567ca 100644 --- a/sys/i386/isa/ctx.c +++ b/sys/i386/isa/ctx.c @@ -8,7 +8,7 @@ * of this software, nor does the author assume any responsibility * for damages incurred with its use. * - * $Id: ctx.c,v 1.8 1995/11/28 09:40:48 julian Exp $ + * $Id: ctx.c,v 1.9 1995/11/29 10:47:27 julian Exp $ */ /* @@ -475,8 +475,8 @@ static void ctx_drvinit(void *unused) /* path name devsw minor type uid gid perm*/ "/", "ctx", major(dev), 0, DV_CHR, 0, 0, 0600); } - } #endif + } } SYSINIT(ctxdev,SI_SUB_DRIVERS,SI_ORDER_MIDDLE+CDEV_MAJOR,ctx_drvinit,NULL) -- cgit v1.1