summaryrefslogtreecommitdiffstats
path: root/sys/fs/ext2fs
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2012-07-22 15:40:31 +0000
committerkevlo <kevlo@FreeBSD.org>2012-07-22 15:40:31 +0000
commite2ca2cfba28c2182ce885d8173b5411ce7727792 (patch)
tree520b16869f4028f7313c2c525c5e8a2e396d6a8d /sys/fs/ext2fs
parent625315028814d69f31bf6369f778125857fcb978 (diff)
downloadFreeBSD-src-e2ca2cfba28c2182ce885d8173b5411ce7727792.zip
FreeBSD-src-e2ca2cfba28c2182ce885d8173b5411ce7727792.tar.gz
Use NULL instead of 0 for pointers
Diffstat (limited to 'sys/fs/ext2fs')
-rw-r--r--sys/fs/ext2fs/ext2_vfsops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/ext2fs/ext2_vfsops.c b/sys/fs/ext2fs/ext2_vfsops.c
index 17ffb62..576a1f59 100644
--- a/sys/fs/ext2fs/ext2_vfsops.c
+++ b/sys/fs/ext2fs/ext2_vfsops.c
@@ -112,7 +112,7 @@ ext2_mount(struct mount *mp)
struct vfsoptlist *opts;
struct vnode *devvp;
struct thread *td;
- struct ext2mount *ump = 0;
+ struct ext2mount *ump = NULL;
struct m_ext2fs *fs;
struct nameidata nd, *ndp = &nd;
accmode_t accmode;
OpenPOWER on IntegriCloud