diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2021-02-07 03:15:27 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2021-02-09 00:36:27 +0000 |
| commit | d20f7a5a3da1aa5bccdabb89c181ca0c49385ecd (patch) | |
| tree | d7abdc01ba8f84271487f3da6345f8bf7253a22b /contrib/ipfilter | |
| parent | 174a7e578a33c01401e33f9bfcc077fc3155251c (diff) | |
Diffstat (limited to 'contrib/ipfilter')
| -rw-r--r-- | contrib/ipfilter/lib/printaps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ipfilter/lib/printaps.c b/contrib/ipfilter/lib/printaps.c index 0304f34c6010..47c8def6106b 100644 --- a/contrib/ipfilter/lib/printaps.c +++ b/contrib/ipfilter/lib/printaps.c @@ -47,7 +47,7 @@ printaps(aps, opts, proto) ap.aps_state[0], ap.aps_state[1], ap.aps_sel[0], ap.aps_sel[1]); #if (defined(NetBSD) && (NetBSD >= 199905) && (NetBSD < 1991011)) || \ - (__FreeBSD_version >= 300000) || defined(OpenBSD) + defined(__FreeBSD__) PRINTF("\t\tseq: off %hd/%hd min %x/%x\n", ap.aps_seqoff[0], ap.aps_seqoff[1], ap.aps_seqmin[0], ap.aps_seqmin[1]); |
