summaryrefslogtreecommitdiff
path: root/sys/scsi/pt.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/scsi/pt.c')
-rw-r--r--sys/scsi/pt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/pt.c b/sys/scsi/pt.c
index 6d34963db50f..75eb13b3d929 100644
--- a/sys/scsi/pt.c
+++ b/sys/scsi/pt.c
@@ -37,7 +37,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: pt.c,v 1.6 1995/11/19 22:22:23 dyson Exp $
+ * $Id: pt.c,v 1.7 1995/11/29 10:48:59 julian Exp $
*/
/*
@@ -283,8 +283,8 @@ static void pt_drvinit(void *unused)
/* path name devsw minor type uid gid perm*/
"/", "pt", major(dev), 0, DV_CHR, 0, 0, 0600);
}
- }
#endif
+ }
}
SYSINIT(ptdev,SI_SUB_DRIVERS,SI_ORDER_MIDDLE+CDEV_MAJOR,pt_drvinit,NULL)