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 need ktrace.h now



details:   https://anonhg.NetBSD.org/src/rev/1728616b9e50
branches:  trunk
changeset: 325163:1728616b9e50
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Dec 09 16:56:11 2013 +0000

description:
need ktrace.h now

diffstat:

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

diffs (26 lines):

diff -r c2994155b42a -r 1728616b9e50 sys/rump/librump/rumpkern/rump.c
--- a/sys/rump/librump/rumpkern/rump.c  Mon Dec 09 16:54:20 2013 +0000
+++ b/sys/rump/librump/rumpkern/rump.c  Mon Dec 09 16:56:11 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rump.c,v 1.278 2013/12/09 16:54:20 pooka Exp $ */
+/*     $NetBSD: rump.c,v 1.279 2013/12/09 16:56:11 pooka Exp $ */
 
 /*
  * Copyright (c) 2007-2011 Antti Kantee.  All Rights Reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rump.c,v 1.278 2013/12/09 16:54:20 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump.c,v 1.279 2013/12/09 16:56:11 pooka Exp $");
 
 #include <sys/systm.h>
 #define ELFSIZE ARCH_ELFSIZE
@@ -72,6 +72,7 @@
 #include <sys/xcall.h>
 #include <sys/simplelock.h>
 #include <sys/cprng.h>
+#include <sys/ktrace.h>
 
 #include <rump/rumpuser.h>
 



Home | Main Index | Thread Index | Old Index