Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/librump/rumpuser Fixed build without module bootstrap
details: https://anonhg.NetBSD.org/src/rev/02ad0ebf6c7c
branches: trunk
changeset: 749782:02ad0ebf6c7c
user: stacktic <stacktic%NetBSD.org@localhost>
date: Tue Dec 08 08:12:49 2009 +0000
description:
Fixed build without module bootstrap
diffstat:
sys/rump/librump/rumpuser/rumpuser_dl.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 508f8c2bad85 -r 02ad0ebf6c7c sys/rump/librump/rumpuser/rumpuser_dl.c
--- a/sys/rump/librump/rumpuser/rumpuser_dl.c Tue Dec 08 07:32:45 2009 +0000
+++ b/sys/rump/librump/rumpuser/rumpuser_dl.c Tue Dec 08 08:12:49 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rumpuser_dl.c,v 1.10 2009/12/07 17:38:16 pooka Exp $ */
+/* $NetBSD: rumpuser_dl.c,v 1.11 2009/12/08 08:12:49 stacktic Exp $ */
/*
* Copyright (c) 2009 Antti Kantee. All Rights Reserved.
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: rumpuser_dl.c,v 1.10 2009/12/07 17:38:16 pooka Exp $");
+__RCSID("$NetBSD: rumpuser_dl.c,v 1.11 2009/12/08 08:12:49 stacktic Exp $");
#include <sys/types.h>
#include <sys/time.h>
@@ -404,7 +404,8 @@
}
#else
void
-rumpuser_dl_module_bootstrap(void)
+rumpuser_dl_module_bootstrap(rump_modinit_fn domodinit,
+ rump_symload_fn symload)
{
fprintf(stderr, "Warning, dlinfo() unsupported on host?\n");
Home |
Main Index |
Thread Index |
Old Index