diff options
| author | Kevin Lo <kevlo@FreeBSD.org> | 2012-02-20 09:56:14 +0000 |
|---|---|---|
| committer | Kevin Lo <kevlo@FreeBSD.org> | 2012-02-20 09:56:14 +0000 |
| commit | 3d74f18ba46bc2a545d8fffebadeef408759c853 (patch) | |
| tree | 3fd93d97c4747f720770b7b2c4cecd9933fa7b8c /sys/fs/cd9660 | |
| parent | fcdd3d322b3f991d46951109978fa505dea7d329 (diff) | |
Notes
Diffstat (limited to 'sys/fs/cd9660')
| -rw-r--r-- | sys/fs/cd9660/cd9660_vfsops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/cd9660/cd9660_vfsops.c b/sys/fs/cd9660/cd9660_vfsops.c index d3e360d2ae94..138871d40468 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; |
