sbin/hammer: Remove panic()
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Mon, 6 Jul 2015 09:15:15 +0000 (18:15 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Mon, 6 Jul 2015 09:26:08 +0000 (18:26 +0900)
commit3f08a1b8689869254a8b6f7be7d6bf99072c0083
treef9e995e425e091abe10611c577873f066948fc24
parent2e01237b016384854f21b65422409ca5de55ded8
sbin/hammer: Remove panic()

- hammer userspace mostly uses err()/errx() and panic()
  (which is only used once) can be replaced using these.
sbin/hammer/hammer_util.h
sbin/hammer/ondisk.c