Module Name:    src
Committed By:   mlelstv
Date:           Sun May 24 20:10:50 UTC 2009

Modified Files:
        src/sys/rump/librump/rumpvfs: compat.c

Log Message:
<sys/syscallargs.h> requires <sys/sched.h> to define cpuset_t.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/rump/librump/rumpvfs/compat.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/rumpvfs/compat.c
diff -u src/sys/rump/librump/rumpvfs/compat.c:1.2 src/sys/rump/librump/rumpvfs/compat.c:1.3
--- src/sys/rump/librump/rumpvfs/compat.c:1.2	Fri May 22 10:51:54 2009
+++ src/sys/rump/librump/rumpvfs/compat.c	Sun May 24 20:10:50 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: compat.c,v 1.2 2009/05/22 10:51:54 pooka Exp $	*/
+/*	$NetBSD: compat.c,v 1.3 2009/05/24 20:10:50 mlelstv Exp $	*/
 
 /*
  * Copyright (c) 2009 Antti Kantee.  All Rights Reserved.
@@ -28,10 +28,11 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: compat.c,v 1.2 2009/05/22 10:51:54 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: compat.c,v 1.3 2009/05/24 20:10:50 mlelstv Exp $");
 
 #include <sys/param.h>
 #include <sys/kmem.h>
+#include <sys/sched.h>
 #include <sys/syscallargs.h>
 #include <sys/vnode.h>
 

Reply via email to