sys/gnu/vfs/ext2fs: Add missing ifndef/define/endif
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 6 Jun 2015 12:46:25 +0000 (21:46 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 6 Jun 2015 13:41:06 +0000 (22:41 +0900)
commite0f7b28391d71bbf363e2e6df236e42db84331d5
tree2de729aa823abe1ec1bb4da6e2d35ad10df0ec77
parentf1c8006f2f2c07ca316bb53d34fc0a0b8cea2c20
sys/gnu/vfs/ext2fs: Add missing ifndef/define/endif

- ext2fs/fs.h needs ifndef/define/endif.

- The next commit ("Remove|fix duplicated macro definitions")
  results compile error without this.

- (Note that dfly's ext2 seems to be broken currently)
sys/gnu/vfs/ext2fs/fs.h