mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
MFC d20f7a5a3d:
Simply FreeBSD check using __FreeBSD__ and remove OpenBSD
(cherry picked from commit d20f7a5a3d)
This commit is contained in:
parent
cee16a2ff0
commit
b3e0463c74
1 changed files with 1 additions and 1 deletions
|
|
@ -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]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue