Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/net nd needs arp or inet6. inet is not enough.
details: https://anonhg.NetBSD.org/src/rev/daae406e054e
branches: trunk
changeset: 938684:daae406e054e
user: roy <roy%NetBSD.org@localhost>
date: Sun Sep 13 11:48:45 2020 +0000
description:
nd needs arp or inet6. inet is not enough.
diffstat:
sys/net/files.net | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r cd8aabfdf851 -r daae406e054e sys/net/files.net
--- a/sys/net/files.net Sun Sep 13 11:47:12 2020 +0000
+++ b/sys/net/files.net Sun Sep 13 11:48:45 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.net,v 1.27 2020/09/11 14:59:22 roy Exp $
+# $NetBSD: files.net,v 1.28 2020/09/13 11:48:45 roy Exp $
# XXX CLEANUP
define net
@@ -34,7 +34,7 @@
file net/if_vlan.c vlan needs-flag
file net/if_pppoe.c pppoe needs-flag
file net/if_wg.c wg needs-flag
-file net/nd.c inet | inet6
+file net/nd.c arp | inet6
file net/pfil.c net
file net/ppp-deflate.c ppp & ppp_deflate
file net/ppp_tty.c ppp
Home |
Main Index |
Thread Index |
Old Index