Module Name: src
Committed By: pooka
Date: Tue Jan 18 17:33:05 UTC 2011
Modified Files:
src/sys/kern: syscalls.conf
Log Message:
Make syscallargs.h include <sys/sched.h> for cpuset_t typedef for
the benefit of ports where it does not get typedef'd via autoinclusion
of other headers.
problem pointed out & fix proposed by Izumi Tsutsui
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/kern/syscalls.conf
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/kern/syscalls.conf
diff -u src/sys/kern/syscalls.conf:1.15 src/sys/kern/syscalls.conf:1.16
--- src/sys/kern/syscalls.conf:1.15 Tue Mar 2 19:33:12 2010
+++ src/sys/kern/syscalls.conf Tue Jan 18 17:33:05 2011
@@ -1,10 +1,10 @@
-# $NetBSD: syscalls.conf,v 1.15 2010/03/02 19:33:12 pooka Exp $
+# $NetBSD: syscalls.conf,v 1.16 2011/01/18 17:33:05 pooka Exp $
sysnames="syscalls.c"
sysnumhdr="../sys/syscall.h"
syssw="init_sysent.c"
sysarghdr="../sys/syscallargs.h"
-sysarghdrextra='#include <sys/mount.h>\n\n'
+sysarghdrextra='#include <sys/mount.h>\n#include <sys/sched.h>\n\n'
sysalign=1
rumpcalls="../rump/librump/rumpkern/rump_syscalls.c"
rumpcallshdr="../rump/include/rump/rump_syscalls.h"