Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/conf Set BPFJIT flag in opt_bpf.h which is included by b...



details:   https://anonhg.NetBSD.org/src/rev/9a69d1c4c421
branches:  trunk
changeset: 335351:9a69d1c4c421
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Sun Jan 04 07:32:32 2015 +0000

description:
Set BPFJIT flag in opt_bpf.h which is included by bpf.c.

diffstat:

 sys/conf/files |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3ad4d1c5d859 -r 9a69d1c4c421 sys/conf/files
--- a/sys/conf/files    Sun Jan 04 03:55:44 2015 +0000
+++ b/sys/conf/files    Sun Jan 04 07:32:32 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.1122 2014/12/27 01:18:48 jmcneill Exp $
+#      $NetBSD: files,v 1.1123 2015/01/04 07:32:32 uebayasi Exp $
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
 version        20141030
@@ -198,7 +198,7 @@
 define bpf_filter
 defparam opt_bpf.h     BPF_BUFSIZE
 
-defflag        opt_bpfjit.h    BPFJIT
+defflag        opt_bpf.h       BPFJIT
 
 file   net/bpfjit.c    sljit & bpfjit
 



Home | Main Index | Thread Index | Old Index