Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/net/lib/libnet Add if_stats.c to rumpnet.
details: https://anonhg.NetBSD.org/src/rev/b1783c0a578e
branches: trunk
changeset: 968810:b1783c0a578e
user: thorpej <thorpej%NetBSD.org@localhost>
date: Wed Jan 29 06:13:02 2020 +0000
description:
Add if_stats.c to rumpnet.
diffstat:
sys/rump/net/lib/libnet/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 80e44f92e935 -r b1783c0a578e sys/rump/net/lib/libnet/Makefile
--- a/sys/rump/net/lib/libnet/Makefile Wed Jan 29 05:52:27 2020 +0000
+++ b/sys/rump/net/lib/libnet/Makefile Wed Jan 29 06:13:02 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2019/10/13 07:28:14 mrg Exp $
+# $NetBSD: Makefile,v 1.33 2020/01/29 06:13:02 thorpej Exp $
#
@@ -9,7 +9,7 @@
IOCONF= NET.ioconf
# iffy stuff
-SRCS= if.c if_loop.c route.c rtsock.c raw_usrreq.c \
+SRCS= if.c if_loop.c if_stats.c route.c rtsock.c raw_usrreq.c \
raw_cb.c if_media.c link_proto.c net_stats.c if_ethersubr.c \
if_spppsubr.c
SRCS+= if_43.c
Home |
Main Index |
Thread Index |
Old Index