Source-Changes-HG archive

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

[src/trunk]: src Export <net/bpf_jit.h> and add to the set lists.



details:   https://anonhg.NetBSD.org/src/rev/3049d2a38965
branches:  trunk
changeset: 780658:3049d2a38965
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Aug 02 01:16:36 2012 +0000

description:
Export <net/bpf_jit.h> and add to the set lists.

diffstat:

 distrib/sets/lists/comp/mi |  3 ++-
 sys/net/Makefile           |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r d75e8bf0d25a -r 3049d2a38965 distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi        Thu Aug 02 01:05:05 2012 +0000
+++ b/distrib/sets/lists/comp/mi        Thu Aug 02 01:16:36 2012 +0000
@@ -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
diff -r d75e8bf0d25a -r 3049d2a38965 sys/net/Makefile
--- a/sys/net/Makefile  Thu Aug 02 01:05:05 2012 +0000
+++ b/sys/net/Makefile  Thu Aug 02 01:16:36 2012 +0000
@@ -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 \



Home | Main Index | Thread Index | Old Index