Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/librump/rumpvfs The previous revision worked brilli...
details: https://anonhg.NetBSD.org/src/rev/cda038e7f5c4
branches: trunk
changeset: 755541:cda038e7f5c4
user: pooka <pooka%NetBSD.org@localhost>
date: Tue Jun 08 21:57:49 2010 +0000
description:
The previous revision worked brilliantly if all you wanted to test
was autoload *not* working with an alternate path. This revision
make the code double as good in the sense that it now works also
in case you *do* want it to work.
diffstat:
sys/rump/librump/rumpvfs/rump_vfs.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 6e24e661ff16 -r cda038e7f5c4 sys/rump/librump/rumpvfs/rump_vfs.c
--- a/sys/rump/librump/rumpvfs/rump_vfs.c Tue Jun 08 21:47:26 2010 +0000
+++ b/sys/rump/librump/rumpvfs/rump_vfs.c Tue Jun 08 21:57:49 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rump_vfs.c,v 1.53 2010/06/08 17:17:33 pooka Exp $ */
+/* $NetBSD: rump_vfs.c,v 1.54 2010/06/08 21:57:49 pooka Exp $ */
/*
* Copyright (c) 2008 Antti Kantee. All Rights Reserved.
@@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rump_vfs.c,v 1.53 2010/06/08 17:17:33 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump_vfs.c,v 1.54 2010/06/08 21:57:49 pooka Exp $");
#include <sys/param.h>
#include <sys/buf.h>
@@ -153,7 +153,7 @@
mbase = module_base;
if (strlen(mbase) != 0 && *mbase != '0') {
- rump_etfs_register(mbase, mbase, RUMP_ETFS_DIR_SUBDIRS);
+ rump_etfs_register(module_base, mbase, RUMP_ETFS_DIR_SUBDIRS);
}
}
#endif
Home |
Main Index |
Thread Index |
Old Index