Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/librumphijack add missing dev_disk library for get...



details:   https://anonhg.NetBSD.org/src/rev/6e633c1624fb
branches:  trunk
changeset: 771725:6e633c1624fb
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Dec 01 21:54:10 2011 +0000

description:
add missing dev_disk library for getdiskinfo.

diffstat:

 tests/lib/librumphijack/t_vfs.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 213e227351f1 -r 6e633c1624fb tests/lib/librumphijack/t_vfs.sh
--- a/tests/lib/librumphijack/t_vfs.sh  Thu Dec 01 19:15:15 2011 +0000
+++ b/tests/lib/librumphijack/t_vfs.sh  Thu Dec 01 21:54:10 2011 +0000
@@ -1,4 +1,4 @@
-#       $NetBSD: t_vfs.sh,v 1.4 2011/03/08 22:21:52 pooka Exp $
+#       $NetBSD: t_vfs.sh,v 1.5 2011/12/01 21:54:10 christos Exp $
 #
 # Copyright (c) 2011 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -27,7 +27,7 @@
 
 img=ffs.img
 rumpsrv_ffs=\
-"rump_server -lrumpvfs -lrumpfs_ffs -d key=/img,hostpath=${img},size=host"
+"rump_server -lrumpvfs -lrumpfs_ffs -lrumpdev_disk -d key=/img,hostpath=${img},size=host"
 export RUMP_SERVER=unix://csock
 
 domount()



Home | Main Index | Thread Index | Old Index