Fix incorrect header guard define in sys/netpfil/pf/pf.h, which snuck in

in r257186.  Found by clang 3.4.
This commit is contained in:
dim 2013-12-22 19:47:22 +00:00
parent 018b52059b
commit 320e3d9bba

View File

@ -31,7 +31,7 @@
*/
#ifndef _NET_PF_H_
#define _NET_PFAR_H_
#define _NET_PF_H_
#define PF_TCPS_PROXY_SRC ((TCP_NSTATES)+0)
#define PF_TCPS_PROXY_DST ((TCP_NSTATES)+1)