protect a pf specific function with the correct #if. Fixes ramdisk building.
authorphessler <phessler@openbsd.org>
Tue, 19 Jul 2016 15:57:13 +0000 (15:57 +0000)
committerphessler <phessler@openbsd.org>
Tue, 19 Jul 2016 15:57:13 +0000 (15:57 +0000)
commit0b43e8a007004fb0db97faad52cbb4600f218252
tree3479716f8528d0c027232885e0bf2a59ac27325d
parentc1d0ee19c5e3cf81f0f675654def6ad908073aec
protect a pf specific function with the correct #if.  Fixes ramdisk building.
(we got lucky before, because the variable that used to be checked was
always available)

OK bluhm@
sys/netinet6/ip6_input.c