Module Name: src
Committed By: matt
Date: Mon Aug 8 17:53:29 UTC 2011
Modified Files:
src/sys/sys: kcpuset.h
Log Message:
#include <sys/sched.h> since it's a dependency
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/sys/kcpuset.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/sys/kcpuset.h
diff -u src/sys/sys/kcpuset.h:1.2 src/sys/sys/kcpuset.h:1.3
--- src/sys/sys/kcpuset.h:1.2 Sun Aug 7 21:38:32 2011
+++ src/sys/sys/kcpuset.h Mon Aug 8 17:53:29 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: kcpuset.h,v 1.2 2011/08/07 21:38:32 rmind Exp $ */
+/* $NetBSD: kcpuset.h,v 1.3 2011/08/08 17:53:29 matt Exp $ */
/*-
* Copyright (c) 2008, 2011 The NetBSD Foundation, Inc.
@@ -37,6 +37,8 @@
#ifdef _KERNEL
+#include <sys/sched.h>
+
void kcpuset_sysinit(void);
void kcpuset_create(kcpuset_t **, bool);