Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/net Pull up revision 1.8 (requested by bouyer):



details:   https://anonhg.NetBSD.org/src/rev/2a6f8670a5a7
branches:  netbsd-1-5
changeset: 490456:2a6f8670a5a7
user:      jhawk <jhawk%NetBSD.org@localhost>
date:      Sun Dec 31 20:14:21 2000 +0000

description:
Pull up revision 1.8 (requested by bouyer):
        Add support for 802.1Q virtual LANs.

diffstat:

 sys/net/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 2ba8fc9625a0 -r 2a6f8670a5a7 sys/net/Makefile
--- a/sys/net/Makefile  Sun Dec 31 20:14:18 2000 +0000
+++ b/sys/net/Makefile  Sun Dec 31 20:14:21 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 2000/04/19 06:39:16 itojun Exp $
+#      $NetBSD: Makefile,v 1.7.4.1 2000/12/31 20:14:21 jhawk Exp $
 
 KDIR=  /sys/net
 INCSDIR= /usr/include/net
@@ -7,8 +7,8 @@
        if_atm.h if_dl.h if_ether.h if_fddi.h if_gif.h \
        if_gre.h if_hippi.h if_ieee80211.h if_llc.h if_media.h \
        if_ppp.h if_pppvar.h if_slvar.h if_sppp.h if_stf.h \
-       if_stripvar.h if_token.h if_tun.h if_types.h netisr.h \
-       pfil.h pfkeyv2.h ppp-comp.h ppp_defs.h radix.h \
+       if_stripvar.h if_token.h if_tun.h if_types.h if_vlanvar.h \
+       netisr.h pfil.h pfkeyv2.h ppp-comp.h ppp_defs.h radix.h \
        raw_cb.h route.h slcompress.h slip.h zlib.h
 
 .include <bsd.kinc.mk>



Home | Main Index | Thread Index | Old Index