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 Fix RUMP build.



details:   https://anonhg.NetBSD.org/src/rev/3e3d162c7e5a
branches:  trunk
changeset: 796057:3e3d162c7e5a
user:      rmind <rmind%NetBSD.org@localhost>
date:      Sun May 18 14:03:26 2014 +0000

description:
Fix RUMP build.

diffstat:

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

diffs (27 lines):

diff -r 89da05da16a5 -r 3e3d162c7e5a sys/rump/librump/rumpnet/net_stub.c
--- a/sys/rump/librump/rumpnet/net_stub.c       Sun May 18 13:06:12 2014 +0000
+++ b/sys/rump/librump/rumpnet/net_stub.c       Sun May 18 14:03:26 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: net_stub.c,v 1.17 2014/04/26 11:23:56 pooka Exp $      */
+/*     $NetBSD: net_stub.c,v 1.18 2014/05/18 14:03:26 rmind 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.17 2014/04/26 11:23:56 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: net_stub.c,v 1.18 2014/05/18 14:03:26 rmind Exp $");
 
 #include <sys/param.h>
 #include <sys/protosw.h>
@@ -61,7 +61,7 @@
 __weak_alias(ieee8023ad_lacp_input,rumpnet_stub);
 __weak_alias(ieee8023ad_marker_input,rumpnet_stub);
 
-struct ifnet_head ifnet;
+struct ifnet_head ifnet_list;
 
 int
 compat_ifconf(u_long cmd, void *data)



Home | Main Index | Thread Index | Old Index