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 Get rid of weak_alias for bridge_input
details: https://anonhg.NetBSD.org/src/rev/92f32eec332a
branches: trunk
changeset: 334697:92f32eec332a
user: ozaki-r <ozaki-r%NetBSD.org@localhost>
date: Tue Dec 02 14:34:19 2014 +0000
description:
Get rid of weak_alias for bridge_input
bridge_input is now not directly called from ether_input,
so we can remove weak_alias for it.
diffstat:
sys/rump/librump/rumpnet/net_stub.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 6adb3eedf6db -r 92f32eec332a sys/rump/librump/rumpnet/net_stub.c
--- a/sys/rump/librump/rumpnet/net_stub.c Tue Dec 02 13:00:38 2014 +0000
+++ b/sys/rump/librump/rumpnet/net_stub.c Tue Dec 02 14:34:19 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: net_stub.c,v 1.20 2014/12/02 04:43:35 ozaki-r Exp $ */
+/* $NetBSD: net_stub.c,v 1.21 2014/12/02 14:34:19 ozaki-r 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.20 2014/12/02 04:43:35 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: net_stub.c,v 1.21 2014/12/02 14:34:19 ozaki-r Exp $");
#include <sys/param.h>
#include <sys/protosw.h>
@@ -54,7 +54,6 @@
/* bridge */
__weak_alias(bridge_ifdetach,rumpnet_stub);
__weak_alias(bridge_output,rumpnet_stub);
-__weak_alias(bridge_input,rumpnet_stub);
/* agr */
__weak_alias(agr_input,rumpnet_stub);
Home |
Main Index |
Thread Index |
Old Index