Ignore the return value of DE_INTERNALIZE().

This commit is contained in:
rpaulo 2010-10-13 11:37:39 +00:00
parent c039317a5f
commit bd0b79c8eb

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);
}