diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2020-07-17 19:07:50 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2020-07-17 19:07:50 +0000 |
| commit | ebdefe6cb43ce7573d86b13cbaad2d3fdbb9c6ff (patch) | |
| tree | 1b8a18a7e27e3cd38804cc8ec1200e7075c12a7d /contrib/ipfilter | |
| parent | e082c89385d542a74b7e30a534d83297be1d9426 (diff) | |
Notes
Diffstat (limited to 'contrib/ipfilter')
| -rw-r--r-- | contrib/ipfilter/tools/ipfstat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/ipfilter/tools/ipfstat.c b/contrib/ipfilter/tools/ipfstat.c index 1d40dc67b413..c5bf68ccf90c 100644 --- a/contrib/ipfilter/tools/ipfstat.c +++ b/contrib/ipfilter/tools/ipfstat.c @@ -171,11 +171,13 @@ static void usage(name) fprintf(stderr, "Usage: %s [-4aAdfghIilnoRsv]\n", name); #endif fprintf(stderr, " %s [-M corefile] [-N symbol-list]\n", name); +#ifdef STATETOP #ifdef USE_INET6 fprintf(stderr, " %s -t [-46C] ", name); #else fprintf(stderr, " %s -t [-4C] ", name); #endif +#endif fprintf(stderr, "[-D destination address] [-P protocol] [-S source address] [-T refresh time]\n"); exit(1); } |
