sbin/hammer: Fix improper perror(3) usage
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Fri, 30 Oct 2015 12:51:44 +0000 (21:51 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 31 Oct 2015 16:18:21 +0000 (01:18 +0900)
commit6e7f88a861368867e049e09de156d7a1e873844e
treed7b93fdc5ad9312165ca35779da76def82f149fb
parentd3ed03d8d05e955a4f6e2e4e2f05edeb8f2d1236
sbin/hammer: Fix improper perror(3) usage

2550036f and fff0110a should have used err(3) instead of perror(3).

Spotted-by: swildner
sbin/hammer/misc.c