Module Name: src
Committed By: matt
Date: Thu Aug 2 01:16:37 UTC 2012
Modified Files:
src/distrib/sets/lists/comp: mi
src/sys/net: Makefile
Log Message:
Export <net/bpf_jit.h> and add to the set lists.
To generate a diff of this commit:
cvs rdiff -u -r1.1772 -r1.1773 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.29 -r1.30 src/sys/net/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/sets/lists/comp/mi
diff -u src/distrib/sets/lists/comp/mi:1.1772 src/distrib/sets/lists/comp/mi:1.1773
--- src/distrib/sets/lists/comp/mi:1.1772 Mon Jul 30 16:43:36 2012
+++ src/distrib/sets/lists/comp/mi Thu Aug 2 01:16:36 2012
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1772 2012/07/30 16:43:36 njoly Exp $
+# $NetBSD: mi,v 1.1773 2012/08/02 01:16:36 matt Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -1805,6 +1805,7 @@
./usr/include/net/agr/if_agrioctl.h comp-c-include
./usr/include/net/bpf.h comp-c-include
./usr/include/net/bpfdesc.h comp-c-include
+./usr/include/net/bpf_jit.h comp-c-include
./usr/include/net/dlt.h comp-c-include
./usr/include/net/ethertypes.h comp-c-include
./usr/include/net/if.h comp-c-include
Index: src/sys/net/Makefile
diff -u src/sys/net/Makefile:1.29 src/sys/net/Makefile:1.30
--- src/sys/net/Makefile:1.29 Sun Aug 22 18:56:22 2010
+++ src/sys/net/Makefile Thu Aug 2 01:16:36 2012
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.29 2010/08/22 18:56:22 rmind Exp $
+# $NetBSD: Makefile,v 1.30 2012/08/02 01:16:36 matt Exp $
INCSDIR= /usr/include/net
-INCS= bpf.h bpfdesc.h dlt.h ethertypes.h if.h if_arc.h if_arp.h \
+INCS= bpf.h bpfdesc.h bpf_jit.h dlt.h ethertypes.h if.h if_arc.h if_arp.h \
if_atm.h if_bridgevar.h if_dl.h if_ether.h if_etherip.h if_fddi.h if_gif.h \
if_gre.h if_hippi.h if_ieee1394.h if_llc.h if_media.h if_mpls.h \
if_pflog.h if_ppp.h if_pppoe.h if_sppp.h if_srt.h if_stf.h \