Module Name: src Committed By: christos Date: Thu Apr 12 21:39:00 UTC 2018
Modified Files: src/sys/rump/librump/rumpnet: net_stub.c Log Message: remove now unused crap. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/rump/librump/rumpnet/net_stub.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/rump/librump/rumpnet/net_stub.c diff -u src/sys/rump/librump/rumpnet/net_stub.c:1.31 src/sys/rump/librump/rumpnet/net_stub.c:1.32 --- src/sys/rump/librump/rumpnet/net_stub.c:1.31 Tue Feb 27 10:01:30 2018 +++ src/sys/rump/librump/rumpnet/net_stub.c Thu Apr 12 17:38:59 2018 @@ -1,4 +1,4 @@ -/* $NetBSD: net_stub.c,v 1.31 2018/02/27 15:01:30 maxv Exp $ */ +/* $NetBSD: net_stub.c,v 1.32 2018/04/12 21:38:59 christos 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.31 2018/02/27 15:01:30 maxv Exp $"); +__KERNEL_RCSID(0, "$NetBSD: net_stub.c,v 1.32 2018/04/12 21:38:59 christos Exp $"); #include <sys/mutex.h> #include <sys/param.h> @@ -109,10 +109,3 @@ __weak_alias(key_sp_unref,rumpnet_stub); struct ifnet_head ifnet_list; struct pslist_head ifnet_pslist; kmutex_t ifnet_mtx; - -int -compat_ifconf(u_long cmd, void *data) -{ - - return EOPNOTSUPP; -}