Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/puffs/rump_syspuffs use rump_pub interface name



details:   https://anonhg.NetBSD.org/src/rev/9e56d8f0fc3e
branches:  trunk
changeset: 748313:9e56d8f0fc3e
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Oct 20 02:14:54 2009 +0000

description:
use rump_pub interface name

diffstat:

 usr.sbin/puffs/rump_syspuffs/rump_syspuffs.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 4cd973c69448 -r 9e56d8f0fc3e usr.sbin/puffs/rump_syspuffs/rump_syspuffs.c
--- a/usr.sbin/puffs/rump_syspuffs/rump_syspuffs.c      Tue Oct 20 02:14:12 2009 +0000
+++ b/usr.sbin/puffs/rump_syspuffs/rump_syspuffs.c      Tue Oct 20 02:14:54 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rump_syspuffs.c,v 1.9 2009/04/15 08:36:21 pooka Exp $  */
+/*     $NetBSD: rump_syspuffs.c,v 1.10 2009/10/20 02:14:54 pooka Exp $ */
 
 /*
  * Copyright (c) 2008 Antti Kantee.  All Rights Reserved.
@@ -148,6 +148,6 @@
        *pflags |= PUFFS_KFLAG_NOCACHE;
        *pflags &= ~PUFFS_FLAG_BUILDPATH;
 
-       rv = rump_syspuffs_glueinit(sv[1], &kargs->pa_fd);
+       rv = rump_pub_syspuffs_glueinit(sv[1], &kargs->pa_fd);
        assert(rv == 0);
 }



Home | Main Index | Thread Index | Old Index