Source-Changes-HG archive

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

[src/trunk]: src/lib/librumpuser Remove one more symbol reference to librump ...



details:   https://anonhg.NetBSD.org/src/rev/298155e5ff44
branches:  trunk
changeset: 796694:298155e5ff44
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sat Jun 14 11:52:42 2014 +0000

description:
Remove one more symbol reference to librump (missed in previous commit
to this file)

diffstat:

 lib/librumpuser/rumpuser_sp.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 23d18bbb6473 -r 298155e5ff44 lib/librumpuser/rumpuser_sp.c
--- a/lib/librumpuser/rumpuser_sp.c     Sat Jun 14 11:37:35 2014 +0000
+++ b/lib/librumpuser/rumpuser_sp.c     Sat Jun 14 11:52:42 2014 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: rumpuser_sp.c,v 1.65 2014/05/23 16:57:42 pooka Exp $  */
+/*      $NetBSD: rumpuser_sp.c,v 1.66 2014/06/14 11:52:42 pooka Exp $  */
 
 /*
  * Copyright (c) 2010, 2011 Antti Kantee.  All Rights Reserved.
@@ -37,7 +37,7 @@
 #include "rumpuser_port.h"
 
 #if !defined(lint)
-__RCSID("$NetBSD: rumpuser_sp.c,v 1.65 2014/05/23 16:57:42 pooka Exp $");
+__RCSID("$NetBSD: rumpuser_sp.c,v 1.66 2014/06/14 11:52:42 pooka Exp $");
 #endif /* !lint */
 
 #include <sys/types.h>
@@ -1194,7 +1194,7 @@
        int rv;
        unsigned int nfds, maxidx;
 
-       rump_pub_lwproc_switch(sarg->sps_l);
+       lwproc_switch(sarg->sps_l);
 
        for (idx = 0; idx < MAXCLI; idx++) {
                pfdlist[idx].fd = -1;



Home | Main Index | Thread Index | Old Index