Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/librump/rumpkern call prop_kern_init()



details:   https://anonhg.NetBSD.org/src/rev/9f6ae6a4a7f1
branches:  trunk
changeset: 747401:9f6ae6a4a7f1
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sun Sep 13 19:09:13 2009 +0000

description:
call prop_kern_init()

diffstat:

 sys/rump/librump/rumpkern/rump.c |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (35 lines):

diff -r 34cc9bcbb6b6 -r 9f6ae6a4a7f1 sys/rump/librump/rumpkern/rump.c
--- a/sys/rump/librump/rumpkern/rump.c  Sun Sep 13 19:07:18 2009 +0000
+++ b/sys/rump/librump/rumpkern/rump.c  Sun Sep 13 19:09:13 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rump.c,v 1.113 2009/09/08 20:10:44 pooka Exp $ */
+/*     $NetBSD: rump.c,v 1.114 2009/09/13 19:09:13 pooka Exp $ */
 
 /*
  * Copyright (c) 2007 Antti Kantee.  All Rights Reserved.
@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rump.c,v 1.113 2009/09/08 20:10:44 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump.c,v 1.114 2009/09/13 19:09:13 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/atomic.h>
@@ -62,6 +62,8 @@
 
 #include <secmodel/secmodel.h>
 
+#include <prop/proplib.h>
+
 #include "rump_private.h"
 #include "rump_net_private.h"
 #include "rump_vfs_private.h"
@@ -207,6 +209,7 @@
        evcnt_init();
 
        once_init();
+       prop_kern_init();
 
        rump_sleepers_init();
 



Home | Main Index | Thread Index | Old Index