From c49b001d4e27e9c485e20489d13b71e0e844f619 Mon Sep 17 00:00:00 2001 From: kevlo Date: Mon, 20 Feb 2012 09:56:14 +0000 Subject: Remove an unnecessary cast. --- sys/fs/cd9660/cd9660_vfsops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/fs/cd9660') diff --git a/sys/fs/cd9660/cd9660_vfsops.c b/sys/fs/cd9660/cd9660_vfsops.c index d3e360d..138871d 100644 --- a/sys/fs/cd9660/cd9660_vfsops.c +++ b/sys/fs/cd9660/cd9660_vfsops.c @@ -205,7 +205,7 @@ iso_mountfs(devvp, mp) struct vnode *devvp; struct mount *mp; { - struct iso_mnt *isomp = (struct iso_mnt *)0; + struct iso_mnt *isomp = NULL; struct buf *bp = NULL; struct buf *pribp = NULL, *supbp = NULL; struct cdev *dev; -- cgit v1.1