Module Name: src Committed By: mlelstv Date: Sat Sep 3 09:41:24 UTC 2022
Modified Files: src/sys/rump/librump/rumpnet: Makefile.rumpnet Log Message: netisr.c is gone. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/rump/librump/rumpnet/Makefile.rumpnet Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/rump/librump/rumpnet/Makefile.rumpnet diff -u src/sys/rump/librump/rumpnet/Makefile.rumpnet:1.24 src/sys/rump/librump/rumpnet/Makefile.rumpnet:1.25 --- src/sys/rump/librump/rumpnet/Makefile.rumpnet:1.24 Mon Oct 11 05:13:11 2021 +++ src/sys/rump/librump/rumpnet/Makefile.rumpnet Sat Sep 3 09:41:24 2022 @@ -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 @@ COMMENT= Rump kernel networking faction ${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