Don't potentially use stack garbage for e2d_type. Initialize
authorkrw <krw@openbsd.org>
Sat, 24 May 2014 02:27:31 +0000 (02:27 +0000)
committerkrw <krw@openbsd.org>
Sat, 24 May 2014 02:27:31 +0000 (02:27 +0000)
commita2fb4f805732a70c5d824a10dfd87dc5f3cdde60
tree278bb75f08563f36566a0ea2a7d7545225a97fad
parentb1a6effd3edc462379c718c7617385d4d6127713
Don't potentially use stack garbage for e2d_type. Initialize
newent.e2d_type to EXT2_FT_UNKNOWN, a.k.a. 0.

Spotted by -Wall.
sbin/fsck_ext2fs/dir.c