hammer: Conform to style(9)
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Wed, 12 Aug 2015 10:36:39 +0000 (19:36 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Mon, 17 Aug 2015 11:04:30 +0000 (20:04 +0900)
commitb45803e36700b8126fbc3863d4292d3fccaa7203
tree96e3e5359ed240e92ca6b0a58aeaafaebf06ac04
parent3aef25e813fe97a0a1a777c52ca7fe2c62c90ff7
hammer: Conform to style(9)

Also
* Remove header includes that are already included by
  common hammer headers (of either userspace or kernel).
* Add "#include <sys/vnode.h>" to sys/vfs/fifofs/fifo.h.
24 files changed:
sbin/hammer/cache.c
sbin/hammer/cmd_cleanup.c
sbin/hammer/cmd_config.c
sbin/hammer/cmd_dedup.c
sbin/hammer/cmd_history.c
sbin/hammer/cmd_pseudofs.c
sbin/hammer/cmd_show.c
sbin/hammer/cmd_snapshot.c
sbin/hammer/cmd_stats.c
sbin/hammer/cmd_volume.c
sbin/hammer/hammer.c
sbin/hammer/hammer.h
sbin/hammer/ondisk.c
sbin/newfs_hammer/newfs_hammer.h
sys/vfs/fifofs/fifo.h
sys/vfs/hammer/hammer_btree.c
sys/vfs/hammer/hammer_inode.c
sys/vfs/hammer/hammer_io.c
sys/vfs/hammer/hammer_ioctl.h
sys/vfs/hammer/hammer_ondisk.c
sys/vfs/hammer/hammer_subs.c
sys/vfs/hammer/hammer_vfsops.c
sys/vfs/hammer/hammer_vnops.c
sys/vfs/hammer/hammer_volume.c