]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
Fix build: in a recent pf refactor (head@240233), pf_var.h was modified
authordelphij <delphij@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 27 Jun 2013 17:33:04 +0000 (17:33 +0000)
committerdelphij <delphij@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 27 Jun 2013 17:33:04 +0000 (17:33 +0000)
commitc3a4c107ab1fc7333bb458ac3d23614036663df7
treec5e040a4fb92bb8244a9ab9ace4e485a8ae37941
parent41310b9e080f1054c085d7d1f8e589e2c5a33628
Fix build: in a recent pf refactor (head@240233), pf_var.h was modified
to not include netinet/tcp_fsm.h, and HEAD tcpdump rely on this change
as the tcp_fsm.h will only be processed once.

Solve this by defining TCPSTATES earlier.  This wouldn't cause breakage
should pf be merged in the future.

Noticed by: tinderbox via many
Pointy hat to: delphij

git-svn-id: svn://svn.freebsd.org/base/stable/9@252307 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
contrib/tcpdump/print-pfsync.c