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 add comment
details: https://anonhg.NetBSD.org/src/rev/0e38ffe5da65
branches: trunk
changeset: 749768:0e38ffe5da65
user: pooka <pooka%NetBSD.org@localhost>
date: Mon Dec 07 17:38:16 2009 +0000
description:
add comment
diffstat:
sys/rump/librump/rumpuser/rumpuser_dl.c | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (28 lines):
diff -r 05cb7f644ca3 -r 0e38ffe5da65 sys/rump/librump/rumpuser/rumpuser_dl.c
--- a/sys/rump/librump/rumpuser/rumpuser_dl.c Mon Dec 07 16:56:03 2009 +0000
+++ b/sys/rump/librump/rumpuser/rumpuser_dl.c Mon Dec 07 17:38:16 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rumpuser_dl.c,v 1.9 2009/11/26 15:44:26 pooka Exp $ */
+/* $NetBSD: rumpuser_dl.c,v 1.10 2009/12/07 17:38:16 pooka Exp $ */
/*
* Copyright (c) 2009 Antti Kantee. All Rights Reserved.
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: rumpuser_dl.c,v 1.9 2009/11/26 15:44:26 pooka Exp $");
+__RCSID("$NetBSD: rumpuser_dl.c,v 1.10 2009/12/07 17:38:16 pooka Exp $");
#include <sys/types.h>
#include <sys/time.h>
@@ -391,6 +391,9 @@
free(symtab);
free(strtab);
+ /*
+ * Next, load modules from dynlibs.
+ */
do {
couldload = 0;
map = origmap;
Home |
Main Index |
Thread Index |
Old Index