Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump/kern/lib/libsys_linux remove stub now provided by r...



details:   https://anonhg.NetBSD.org/src/rev/525b750057a0
branches:  trunk
changeset: 326794:525b750057a0
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Feb 18 06:20:46 2014 +0000

description:
remove stub now provided by rump kernel base

diffstat:

 sys/rump/kern/lib/libsys_linux/component.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 047a76811ab7 -r 525b750057a0 sys/rump/kern/lib/libsys_linux/component.c
--- a/sys/rump/kern/lib/libsys_linux/component.c        Tue Feb 18 06:18:13 2014 +0000
+++ b/sys/rump/kern/lib/libsys_linux/component.c        Tue Feb 18 06:20:46 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: component.c,v 1.10 2013/12/17 14:30:18 pooka Exp $     */
+/*     $NetBSD: component.c,v 1.11 2014/02/18 06:20:46 pooka Exp $     */
 
 #include <sys/param.h>
 #include <sys/proc.h>
@@ -71,7 +71,6 @@
 __weak_alias(vm_map_unlock,rumplinux__stub);
 __weak_alias(uvm_map_lookup_entry,rumplinux__stub);
 __weak_alias(sys_obreak,rumplinux__stub);
-__weak_alias(sys_swapctl,rumplinux__stub);
 __weak_alias(vm_map_lock,rumplinux__stub);
 __weak_alias(uvm_mremap,rumplinux__stub);
 



Home | Main Index | Thread Index | Old Index