Fix building ctlstat with clang.

Submitted by:	Dan McGregor <danismostlikely@gmail.com>
MFC after:	1 month
This commit is contained in:
Kenneth D. Merry 2012-01-12 22:12:42 +00:00
parent b87c6ae04b
commit 33d35bebef
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=230034

View File

@ -146,7 +146,7 @@ static void compute_stats(struct ctl_lun_io_stats *cur_stats,
static void
usage(int error)
{
fprintf(error ? stderr : stdout, ctlstat_usage);
fputs(ctlstat_usage, error ? stderr : stdout);
}
static int