Module Name:    src
Committed By:   pooka
Date:           Mon Dec  9 16:56:11 UTC 2013

Modified Files:
        src/sys/rump/librump/rumpkern: rump.c

Log Message:
need ktrace.h now


To generate a diff of this commit:
cvs rdiff -u -r1.278 -r1.279 src/sys/rump/librump/rumpkern/rump.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/rump/librump/rumpkern/rump.c
diff -u src/sys/rump/librump/rumpkern/rump.c:1.278 src/sys/rump/librump/rumpkern/rump.c:1.279
--- src/sys/rump/librump/rumpkern/rump.c:1.278	Mon Dec  9 16:54:20 2013
+++ src/sys/rump/librump/rumpkern/rump.c	Mon Dec  9 16:56:11 2013
@@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: rump.c,v 1.2
 #include <sys/xcall.h>
 #include <sys/simplelock.h>
 #include <sys/cprng.h>
+#include <sys/ktrace.h>
 
 #include <rump/rumpuser.h>
 

Reply via email to