commit e0f7b28391d71bbf363e2e6df236e42db84331d5
Author: Tomohiro Kusumi <[email protected]>
Date: Sat Jun 6 21:46:25 2015 +0900
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)
Summary of changes:
sys/gnu/vfs/ext2fs/fs.h | 6 ++++++
1 file changed, 6 insertions(+)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e0f7b28391d71bbf363e2e6df236e42db84331d5
--
DragonFly BSD source repository