Module Name:    src
Committed By:   pooka
Date:           Tue May 11 20:09:12 UTC 2010

Modified Files:
        src/sys/rump/include/rump: rump.h

Log Message:
_RUMPKERNEL -> _KERNEL


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/rump/include/rump/rump.h

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/include/rump/rump.h
diff -u src/sys/rump/include/rump/rump.h:1.43 src/sys/rump/include/rump/rump.h:1.44
--- src/sys/rump/include/rump/rump.h:1.43	Sat May  1 23:16:31 2010
+++ src/sys/rump/include/rump/rump.h	Tue May 11 20:09:11 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: rump.h,v 1.43 2010/05/01 23:16:31 pooka Exp $	*/
+/*	$NetBSD: rump.h,v 1.44 2010/05/11 20:09:11 pooka Exp $	*/
 
 /*
  * Copyright (c) 2007 Antti Kantee.  All Rights Reserved.
@@ -108,7 +108,7 @@
 
 int	rump__init(int);
 
-#ifndef _RUMPKERNEL
+#ifndef _KERNEL
 #include <rump/rumpkern_if_pub.h>
 #include <rump/rumpvfs_if_pub.h>
 #include <rump/rumpnet_if_pub.h>

Reply via email to