Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Install net/if_tap.h.
details: https://anonhg.NetBSD.org/src/rev/8b1411185340
branches: trunk
changeset: 572595:8b1411185340
user: cube <cube%NetBSD.org@localhost>
date: Sat Jan 08 22:28:51 2005 +0000
description:
Install net/if_tap.h.
diffstat:
distrib/sets/lists/comp/mi | 3 ++-
sys/net/Makefile | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diffs (35 lines):
diff -r a1ee16e7b011 -r 8b1411185340 distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi Sat Jan 08 22:27:54 2005 +0000
+++ b/distrib/sets/lists/comp/mi Sat Jan 08 22:28:51 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.753 2005/01/06 15:30:27 lukem Exp $
+# $NetBSD: mi,v 1.754 2005/01/08 22:28:51 cube Exp $
./etc/mtree/set.comp comp-sys-root
./usr/bin/addr2line comp-debug-bin bfd
./usr/bin/ar comp-util-bin bfd
@@ -879,6 +879,7 @@
./usr/include/net/if_sppp.h comp-c-include
./usr/include/net/if_stf.h comp-c-include
./usr/include/net/if_stripvar.h comp-c-include
+./usr/include/net/if_tap.h comp-c-include
./usr/include/net/if_token.h comp-c-include
./usr/include/net/if_tun.h comp-c-include
./usr/include/net/if_types.h comp-c-include
diff -r a1ee16e7b011 -r 8b1411185340 sys/net/Makefile
--- a/sys/net/Makefile Sat Jan 08 22:27:54 2005 +0000
+++ b/sys/net/Makefile Sat Jan 08 22:28:51 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/06/22 14:29:45 itojun Exp $
+# $NetBSD: Makefile,v 1.17 2005/01/08 22:28:51 cube Exp $
INCSDIR= /usr/include/net
@@ -6,7 +6,7 @@
if_atm.h if_bridgevar.h if_dl.h if_ether.h if_fddi.h if_gif.h \
if_gre.h if_hippi.h if_ieee1394.h if_llc.h if_media.h \
if_ppp.h if_pppvar.h if_pppoe.h if_slvar.h if_sppp.h if_stf.h \
- if_stripvar.h if_token.h if_tun.h if_types.h if_vlanvar.h \
+ if_stripvar.h if_tap.h if_token.h if_tun.h if_types.h if_vlanvar.h \
netisr.h pfil.h pfkeyv2.h pfvar.h ppp-comp.h ppp_defs.h radix.h \
raw_cb.h route.h slcompress.h slip.h zlib.h
Home |
Main Index |
Thread Index |
Old Index