mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix building ctlstat with clang.
Submitted by: Dan McGregor <danismostlikely@gmail.com> MFC after: 1 month
This commit is contained in:
parent
b87c6ae04b
commit
33d35bebef
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue