git: sbin/hammer: Remove panic()

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Mon Jul 6 08:43:22 PDT 2015


commit 3f08a1b8689869254a8b6f7be7d6bf99072c0083
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Mon Jul 6 18:15:15 2015 +0900

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

Summary of changes:
 sbin/hammer/hammer_util.h |  3 ---
 sbin/hammer/ondisk.c      | 15 +--------------
 2 files changed, 1 insertion(+), 17 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3f08a1b8689869254a8b6f7be7d6bf99072c0083


-- 
DragonFly BSD source repository



More information about the Commits mailing list