---
rumpdisk/block-rump.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/rumpdisk/block-rump.c b/rumpdisk/block-rump.c
index 398289fb..8c29dc01 100644
--- a/rumpdisk/block-rump.c
+++ b/rumpdisk/block-rump.c
@@ -31,6 +31,7 @@
#include
#define MACH_INCLUDE
+#define RUMP_REGISTER_T
#incl
---
rumpdisk/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rumpdisk/Makefile b/rumpdisk/Makefile
index cf7c9df0..0bfebfe6 100644
--- a/rumpdisk/Makefile
+++ b/rumpdisk/Makefile
@@ -16,7 +16,7 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
RUMPPA
Hi,
Please see:
http://git.zammit.org/rumpkernel-debian.git/log/?h=develop
for the latest version of working librump (based on NetBSD 9.99.?).
NB: There is a new "upstream" tag to generate the tarball of NetBSD.
This patch series goes with new version of librump for hurd's rumpdisk
transla
This disables the rump buffer cache and avoids any magic translation that
rump would do.
* rumpdisk/block-rump.c (translate_name): Use `/dev/r%sd' format instead of
`/dev/%sd'.
---
rumpdisk/block-rump.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rumpdisk/block-rump.c