summaryrefslogtreecommitdiff
path: root/sys/scsi/worm.c
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>1995-11-29 14:41:20 +0000
committerJulian Elischer <julian@FreeBSD.org>1995-11-29 14:41:20 +0000
commit7198bf4725543c8dfcb79b0e7cf38d97e5a6aa80 (patch)
tree82e0b24f955f894892cc1c396f300233c0d0607a /sys/scsi/worm.c
parentadb2dc299a21c0774a0d0fd9b914b59f2e332504 (diff)
Notes
Diffstat (limited to 'sys/scsi/worm.c')
-rw-r--r--sys/scsi/worm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/worm.c b/sys/scsi/worm.c
index c0c0afb7fc48..059c7d88ab06 100644
--- a/sys/scsi/worm.c
+++ b/sys/scsi/worm.c
@@ -37,7 +37,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: worm.c,v 1.10 1995/11/19 22:22:35 dyson Exp $
+ * $Id: worm.c,v 1.11 1995/11/29 10:49:07 julian Exp $
*/
/* XXX This is PRELIMINARY.
@@ -394,8 +394,8 @@ static void worm_drvinit(void *unused)
/* path name devsw minor type uid gid perm*/
"/", "rworm", major(dev), 0, DV_CHR, 0, 0, 0600);
}
- }
#endif
+ }
}
SYSINIT(wormdev,SI_SUB_DRIVERS,SI_ORDER_MIDDLE+CDEV_MAJOR,worm_drvinit,NULL)