aboutsummaryrefslogtreecommitdiff
path: root/sys/isofs
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>1998-07-04 22:30:26 +0000
committerJulian Elischer <julian@FreeBSD.org>1998-07-04 22:30:26 +0000
commitf7ea2f55d11712e31e448896b4d1bda81be24e35 (patch)
tree5b1d39937f11bc9995acb310c60d52bc73d652f8 /sys/isofs
parent2c5174cba2eb6fd3fd2a06bc9dcff33c44649ed6 (diff)
Notes
Diffstat (limited to 'sys/isofs')
-rw-r--r--sys/isofs/cd9660/cd9660_vfsops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/isofs/cd9660/cd9660_vfsops.c b/sys/isofs/cd9660/cd9660_vfsops.c
index 84a6f20b4fdca..b0bfca2d51eb8 100644
--- a/sys/isofs/cd9660/cd9660_vfsops.c
+++ b/sys/isofs/cd9660/cd9660_vfsops.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)cd9660_vfsops.c 8.18 (Berkeley) 5/22/95
- * $Id: cd9660_vfsops.c,v 1.39 1998/05/06 05:29:30 msmith Exp $
+ * $Id: cd9660_vfsops.c,v 1.40 1998/06/07 17:11:29 dfr Exp $
*/
#include <sys/param.h>
@@ -114,7 +114,7 @@ iso_get_ssector(dev, p)
struct ioc_toc_header h;
struct ioc_read_toc_single_entry t;
int i;
- struct bdevsw *bd;
+ struct cdevsw *bd;
d_ioctl_t *ioctlp;
bd = bdevsw[major(dev)];