We aren't D_TAPE. We aren't anything. The reasons why this was ever set

at all is lost in the mists of time.
This commit is contained in:
Matt Jacob 2004-02-16 17:43:57 +00:00
parent 517dbe6673
commit 9b81514d7d

View File

@ -57,7 +57,6 @@ static struct cdevsw isp_cdevsw = {
.d_ioctl = ispioctl,
.d_name = "isp",
.d_maj = ISP_CDEV_MAJOR,
.d_flags = D_TAPE,
};
static struct ispsoftc *isplist = NULL;