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 rump: Try to fix build



details:   https://anonhg.NetBSD.org/src/rev/661283e2b54f
branches:  trunk
changeset: 939400:661283e2b54f
user:      roy <roy%NetBSD.org@localhost>
date:      Sun Sep 27 00:17:56 2020 +0000

description:
rump: Try to fix build

diffstat:

 sys/rump/librump/rumpnet/net_stub.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 162676e3b7c9 -r 661283e2b54f sys/rump/librump/rumpnet/net_stub.c
--- a/sys/rump/librump/rumpnet/net_stub.c       Sat Sep 26 23:43:26 2020 +0000
+++ b/sys/rump/librump/rumpnet/net_stub.c       Sun Sep 27 00:17:56 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: net_stub.c,v 1.38 2020/08/28 06:20:44 ozaki-r Exp $    */
+/*     $NetBSD: net_stub.c,v 1.39 2020/09/27 00:17:56 roy Exp $        */
 
 /*
  * Copyright (c) 2008 Antti Kantee.  All Rights Reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: net_stub.c,v 1.38 2020/08/28 06:20:44 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: net_stub.c,v 1.39 2020/09/27 00:17:56 roy Exp $");
 
 #include <sys/mutex.h>
 #include <sys/param.h>
@@ -77,6 +77,7 @@
 /* vlan */
 __weak_alias(vlan_input,rumpnet_stub);
 __weak_alias(vlan_ifdetach,rumpnet_stub);
+__weak_alias(vlan_link_state_changed,rumpnet_stub);
 
 /* ipsec */
 /* FIXME: should modularize netipsec and reduce reverse symbol references */



Home | Main Index | Thread Index | Old Index