rump: Add weak alias for bridge_calc_link_state

This commit is contained in:
roy 2020-09-27 00:34:44 +00:00
parent a5281379e4
commit 13422f008b
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: net_stub.c,v 1.39 2020/09/27 00:17:56 roy Exp $ */
/* $NetBSD: net_stub.c,v 1.40 2020/09/27 00:34:44 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.39 2020/09/27 00:17:56 roy Exp $");
__KERNEL_RCSID(0, "$NetBSD: net_stub.c,v 1.40 2020/09/27 00:34:44 roy Exp $");
#include <sys/mutex.h>
#include <sys/param.h>
@ -64,6 +64,7 @@ rumpnet_stub(void)
__weak_alias(bridge_ifdetach,rumpnet_stub);
__weak_alias(bridge_output,rumpnet_stub);
__weak_alias(bridge_calc_csum_flags,rumpnet_stub);
__weak_alias(bridge_calc_link_state,rumpnet_stub);
/* agr */
__weak_alias(agr_input,rumpnet_stub);