Do not pass validatation level since all issues are fixed now.

This commit is contained in:
Jung-uk Kim 2008-08-29 20:20:30 +00:00
parent ec07961360
commit 51fc382e51
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=182459

View File

@ -35,7 +35,7 @@ CFLAGS+= -DLOG_LEVEL="${LOG_LEVEL}"
.endif
.if defined(BPF_VALIDATE)
CFLAGS+= -DBPF_VALIDATE=${BPF_VALIDATE}
CFLAGS+= -DBPF_VALIDATE
.endif
.if defined(BPF_JIT) && \