Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/librump/rumpnet netisr.c is gone.



details:   https://anonhg.NetBSD.org/src/rev/9ec38ec2250b
branches:  trunk
changeset: 369844:9ec38ec2250b
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Sat Sep 03 09:41:24 2022 +0000

description:
netisr.c is gone.

diffstat:

 sys/rump/librump/rumpnet/Makefile.rumpnet |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 14190b1bd16a -r 9ec38ec2250b sys/rump/librump/rumpnet/Makefile.rumpnet
--- a/sys/rump/librump/rumpnet/Makefile.rumpnet Sat Sep 03 08:41:07 2022 +0000
+++ b/sys/rump/librump/rumpnet/Makefile.rumpnet Sat Sep 03 09:41:24 2022 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.rumpnet,v 1.24 2021/10/11 05:13:11 knakahara Exp $
+#      $NetBSD: Makefile.rumpnet,v 1.25 2022/09/03 09:41:24 mlelstv Exp $
 #
 
 LIB=           rumpnet
@@ -13,7 +13,7 @@
        ${RUMPTOP}/../netipsec                                  \
        ${RUMPTOP}/../compat/common
 
-SRCS=  net_stub.c netisr.c rump_net.c
+SRCS=  net_stub.c rump_net.c
 
 SRCS+= rumpnet_if_wrappers.c
 



Home | Main Index | Thread Index | Old Index