[BACK]Return to net_stub.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / rump / librump / rumpnet

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/rump/librump/rumpnet/net_stub.c between version 1.31 and 1.32

version 1.31, 2018/02/27 15:01:30 version 1.32, 2018/04/12 21:38:59
Line 109  __weak_alias(key_sp_unref,rumpnet_stub);
Line 109  __weak_alias(key_sp_unref,rumpnet_stub);
 struct ifnet_head ifnet_list;  struct ifnet_head ifnet_list;
 struct pslist_head ifnet_pslist;  struct pslist_head ifnet_pslist;
 kmutex_t ifnet_mtx;  kmutex_t ifnet_mtx;
   
 int  
 compat_ifconf(u_long cmd, void *data)  
 {  
   
         return EOPNOTSUPP;  
 }  

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

CVSweb <webmaster@jp.NetBSD.org>