Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
src: remove now unused crap.
details: https://anonhg.NetBSD.org/src/rev/b8a29b711af5
branches: trunk
changeset: 318119:b8a29b711af5
user: christos <christos%NetBSD.org@localhost>
date: Thu Apr 12 21:38:59 2018 +0000
description:
remove now unused crap.
diffstat:
sys/rump/librump/rumpnet/net_stub.c | 11 ++---------
1 files changed, 2 insertions(+), 9 deletions(-)
diffs (29 lines):
diff -r bf89c811ee15 -r b8a29b711af5 sys/rump/librump/rumpnet/net_stub.c
--- a/sys/rump/librump/rumpnet/net_stub.c Thu Apr 12 21:14:53 2018 +0000
+++ b/sys/rump/librump/rumpnet/net_stub.c Thu Apr 12 21:38:59 2018 +0000
@@ -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 @@
struct ifnet_head ifnet_list;
struct pslist_head ifnet_pslist;
kmutex_t ifnet_mtx;
-
-int
-compat_ifconf(u_long cmd, void *data)
-{
-
- return EOPNOTSUPP;
-}
Home |
Main Index |
Thread Index |
Old Index