Ignore the return value of DE_INTERNALIZE().

This commit is contained in:
Rui Paulo 2010-10-13 11:37:39 +00:00
parent cd1fa5bd4d
commit 0b53cc9f56
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=213771

View File

@ -240,7 +240,7 @@ deget(pmp, dirclust, diroffset, depp)
*depp = NULL;
return (error);
}
DE_INTERNALIZE(ldep, direntptr);
(void)DE_INTERNALIZE(ldep, direntptr);
brelse(bp);
}