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/e643b49d9552
branches:  trunk
changeset: 744297:e643b49d9552
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 c097d0555cdd -r e643b49d9552 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