sbin/newfs_hammer: Remove \n from errx(3)
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 29 Oct 2016 16:20:49 +0000 (01:20 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 30 Oct 2016 03:31:12 +0000 (12:31 +0900)
commit7eb492ebde5286abcdec2e293444ca25e3c918c7
tree70aa58d345196ac3decd5f99de796153bd86e916
parent95c30c8c02cf965080a0bd7526bae61b44893e27
sbin/newfs_hammer: Remove \n from errx(3)

errx(3) doesn't need \n (unless that's intentional).
Most programs don't have \n either.
sbin/newfs_hammer/newfs_hammer.c