summaryrefslogtreecommitdiffstats
path: root/sys/scsi/scsiconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/scsi/scsiconf.c')
-rw-r--r--sys/scsi/scsiconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c
index 78e70eb..afdc5e6 100644
--- a/sys/scsi/scsiconf.c
+++ b/sys/scsi/scsiconf.c
@@ -16,7 +16,7 @@
*
* New configuration setup: dufault@hda.com
*
- * $Id: scsiconf.c,v 1.38 1995/11/21 15:14:28 bde Exp $
+ * $Id: scsiconf.c,v 1.39 1995/12/10 10:58:25 julian Exp $
*/
#include <sys/types.h>
@@ -1198,7 +1198,7 @@ scsi_dev_lookup(d_open)
dev_t d = NODEV;
for (i = 0; i < nchrdev; i++)
- if (cdevsw[i].d_open == d_open)
+ if (cdevsw[i]->d_open == d_open)
{
d = makedev(i, 0);
break;
OpenPOWER on IntegriCloud